mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-24 08:29:14 +00:00
feat: add list of changes to refetch
This commit is contained in:
committed by
Carlos Valente
parent
00d34eec9b
commit
e6c3322321
@@ -245,7 +245,7 @@ function notifyChanges(options: { timer?: boolean | string[]; external?: boolean
|
|||||||
|
|
||||||
if (options.external) {
|
if (options.external) {
|
||||||
// advice socket subscribers of change
|
// advice socket subscribers of change
|
||||||
sendRefetch();
|
sendRefetch(Array.isArray(options.timer) ? options.timer : undefined);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user