We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2635a7 commit 707f5d6Copy full SHA for 707f5d6
packages/durabletask-js/src/client/client.ts
@@ -218,7 +218,7 @@ export class TaskHubGrpcClient {
218
219
populateTagsMap(req.getTagsMap(), tags);
220
221
- this._logger.info(`Starting new ${name} instance with ID = ${req.getInstanceid()}${effectiveVersion ? ` (version: ${effectiveVersion})` : ''}`);
+ this._logger.info(`Starting new ${name} instance with ID = ${req.getInstanceid()}${effectiveVersion ? ` (version: ${effectiveVersion})` : ""}`);
222
223
const res = await callWithMetadata<pb.CreateInstanceRequest, pb.CreateInstanceResponse>(
224
this._stub.startInstance.bind(this._stub),
0 commit comments