mirror of
https://github.com/simstudioai/sim.git
synced 2026-01-23 05:47:59 -05:00
fix(bug): sync-manager bug
This commit is contained in:
@@ -79,10 +79,6 @@ async function performSync() {
|
||||
})
|
||||
)
|
||||
|
||||
// Filter out null values and sync if there are workflows to sync
|
||||
const validPayloads = syncPayloads.filter(
|
||||
(payload): payload is WorkflowSyncPayload => payload !== null
|
||||
)
|
||||
// Filter out null values and sync if there are workflows to sync
|
||||
const validPayloads = syncPayloads.filter(
|
||||
(payload): payload is WorkflowSyncPayload => payload !== null
|
||||
|
||||
Reference in New Issue
Block a user