Skip to content

Function: deliverTurn()

deliverTurn(options): Promise<void>

Run one turn and deliver the card back through the Connector API.

Awaited by nobody on the request path (the route has already answered 200), so this owns its own error handling: a failure posts FAILURE_TEXT to the channel and is logged, never rethrown into an unhandled rejection.

DeliverTurnOptions

Promise<void>