Skip to content

Commit 707f5d6

Browse files
YunchuWangCopilot
andauthored
Update packages/durabletask-js/src/client/client.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent c2635a7 commit 707f5d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/durabletask-js/src/client/client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ export class TaskHubGrpcClient {
218218

219219
populateTagsMap(req.getTagsMap(), tags);
220220

221-
this._logger.info(`Starting new ${name} instance with ID = ${req.getInstanceid()}${effectiveVersion ? ` (version: ${effectiveVersion})` : ''}`);
221+
this._logger.info(`Starting new ${name} instance with ID = ${req.getInstanceid()}${effectiveVersion ? ` (version: ${effectiveVersion})` : ""}`);
222222

223223
const res = await callWithMetadata<pb.CreateInstanceRequest, pb.CreateInstanceResponse>(
224224
this._stub.startInstance.bind(this._stub),

0 commit comments

Comments
 (0)