⚡ Sort out typo in error message (#3307)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user