mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-06 08:18:39 +00:00
Fix allowCrossUserAccess
This commit is contained in:
parent
b54ca80b4f
commit
d6a4ee6d2f
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue