Skip to content

Commit

Permalink
feat: add list of changes to refetch
Browse files Browse the repository at this point in the history
  • Loading branch information
cpvalente committed Jul 11, 2024
1 parent 00d34ee commit e6c3322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/server/src/services/rundown-service/RundownService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ function notifyChanges(options: { timer?: boolean | string[]; external?: boolean

if (options.external) {
// advice socket subscribers of change
sendRefetch();
sendRefetch(Array.isArray(options.timer) ? options.timer : undefined);
}
}

Expand Down

0 comments on commit e6c3322

Please sign in to comment.