mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-11 12:57:29 -08:00
⚡ Sort out typo in error message (#3307)
This commit is contained in:
parent
17f98384a0
commit
680c9684cb
|
@ -208,7 +208,7 @@ export async function checkPermissionsForExecution(
|
|||
// then both arrays (allowed credentials vs used credentials)
|
||||
// must be the same length
|
||||
if (ids.length !== credentialCount) {
|
||||
throw new Error('One or more of the used credentials are not accessable.');
|
||||
throw new Error('One or more of the used credentials are not accessible.');
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue