mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-11 03:24:16 +00:00
fix key name
This commit is contained in:
parent
f0bf023993
commit
90fba41279
@ -37,11 +37,11 @@ export default function createClient({
|
|||||||
mainOrigin: remotes.default.origin,
|
mainOrigin: remotes.default.origin,
|
||||||
instances: Object(),
|
instances: Object(),
|
||||||
wsInstances: Object(),
|
wsInstances: Object(),
|
||||||
curl: null,
|
rest: null,
|
||||||
}
|
}
|
||||||
|
|
||||||
if (globalThis.isServerMode) {
|
if (globalThis.isServerMode) {
|
||||||
sharedState.curl = createHandlers()
|
sharedState.rest = createHandlers()
|
||||||
}
|
}
|
||||||
|
|
||||||
if (privateKey && accessKey && globalThis.isServerMode) {
|
if (privateKey && accessKey && globalThis.isServerMode) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user