Skip to content

Commit

Permalink
[gh-#783] await schedule update
Browse files Browse the repository at this point in the history
  • Loading branch information
khaliqgant committed Jul 16, 2023
1 parent b56e8a6 commit 4d52245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/shared/lib/clients/sync.client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ class SyncClient {
try {
const scheduleHandle = this.client?.schedule.getHandle(schedule_id);

scheduleHandle?.update(updateFunction);
await scheduleHandle?.update(updateFunction);

await createActivityLogMessage({
level: 'info',
Expand Down

0 comments on commit 4d52245

Please sign in to comment.