Skip to content

Commit ebe38b9

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

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
@@ -590,7 +590,7 @@ export class TaskHubGrpcClient {
590590
options?: PurgeInstanceOptions,
591591
): Promise<PurgeResult | undefined> {
592592
let res;
593-
if (typeof value === `string`) {
593+
if (typeof value === "string") {
594594
const instanceId = value;
595595
const req = new pb.PurgeInstancesRequest();
596596
req.setInstanceid(instanceId);

0 commit comments

Comments
 (0)