Fix allowCrossUserAccess

This commit is contained in:
Matt Rubens 2025-07-07 22:38:05 -04:00
parent b54ca80b4f
commit d6a4ee6d2f

View file

@ -691,7 +691,7 @@ export const getTaskById = async ({
orgId,
userId,
limit: 1,
allowCrossUserAccess: false,
allowCrossUserAccess: true, // Allow access to tasks from other users in the same org
});
return result.tasks[0] || null;