Minor: fix typo in WebAPI error message
This commit is contained in:
@@ -406,7 +406,7 @@ async function _promiseAjax(
|
|||||||
} else if (unauthenticated) {
|
} else if (unauthenticated) {
|
||||||
if (!accessKey) {
|
if (!accessKey) {
|
||||||
throw new Error(
|
throw new Error(
|
||||||
'_promiseAjax: mode is aunathenticated, but accessKey was not provided'
|
'_promiseAjax: mode is unauthenticated, but accessKey was not provided'
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
// Access key is already a Base64 string
|
// Access key is already a Base64 string
|
||||||
|
Reference in New Issue
Block a user