fix key name

This commit is contained in:
SrGooglo 2023-05-17 16:49:20 +00:00
parent f0bf023993
commit 90fba41279

View File

@ -37,11 +37,11 @@ export default function createClient({
mainOrigin: remotes.default.origin,
instances: Object(),
wsInstances: Object(),
curl: null,
rest: null,
}
if (globalThis.isServerMode) {
sharedState.curl = createHandlers()
sharedState.rest = createHandlers()
}
if (privateKey && accessKey && globalThis.isServerMode) {