fix: update schedule scoping from user to organization

Changed the schedule scoping in the schedule utility to use organizationId instead of userId, ensuring that schedules are shared across all owners and admins within the same organization. This aligns with the recent changes to enhance organizational resource management.
This commit is contained in:
Mauricio Siu
2026-06-02 02:10:19 -06:00
parent 64a606ffa4
commit 6a0acd9cad
+1 -1
View File
@@ -11,7 +11,7 @@ export const initSchedules = async () => {
server: true,
application: true,
compose: true,
user: true,
organization: true,
},
});