feat: add list of changes to refetch

This commit is contained in:
Carlos Valente
2024-07-10 13:23:16 +02:00
committed by Carlos Valente
parent 00d34eec9b
commit e6c3322321
@@ -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);
}
}