Skip to content

Commit c1b78f6

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

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

615615
return new OrchestrationState(
616616
instanceId,
617-
name,
617+
name ?? "",
618618
status,
619619
createdAt,
620620
lastUpdatedAt,

0 commit comments

Comments
 (0)