We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 806eb46 commit f342a5dCopy full SHA for f342a5d
packages/client/src/async-completion-client.ts
@@ -252,7 +252,7 @@ export class AsyncCompletionClient extends BaseClient {
252
} catch (err) {
253
this.handleError(err);
254
}
255
- // Note that it is possible for a heartbeat response to have multiple fields
+ // Note that it is possible for a heartbeat response to have multiple fields
256
// set as true (i.e. cancelled and pause).
257
if (cancelRequested) {
258
throw new ActivityCancelledError('cancelled');
0 commit comments