mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
docs: Stop assuming the user's gender in code comments (no-changelog) (#6015)
This commit is contained in:
committed by
GitHub
parent
9817a15da4
commit
c87262a312
@@ -303,7 +303,7 @@ describe('GET /workflows/:id', () => {
|
||||
{
|
||||
id: savedCredential.id,
|
||||
name: savedCredential.name,
|
||||
currentUserHasAccess: false, // although owner can see, he does not have access
|
||||
currentUserHasAccess: false, // although owner can see, they do not have access
|
||||
},
|
||||
]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user