mirror of
https://github.com/different-ai/openwork
synced 2026-05-13 10:36:24 +02:00
The scheduledJobsSource and scheduledJobsSourceReady createMemo calls were accessing workspaceStore before it was initialized, causing a ReferenceError at runtime. Moved these declarations (along with resolveOpenworkScheduler, refreshScheduledJobs, and deleteScheduledJob) to after workspaceStore is created.