mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
fix(core): Fix type errors (no-changelog) (#9571)
This commit is contained in:
@@ -912,7 +912,7 @@ describe('PATCH /users/:id/role', () => {
|
||||
createTeamProject(),
|
||||
]);
|
||||
|
||||
const [credential1, credential2, credential3] = await Promise.all([
|
||||
await Promise.all([
|
||||
saveCredential(randomCredentialPayload(), {
|
||||
user,
|
||||
role: 'credential:owner',
|
||||
|
||||
Reference in New Issue
Block a user