mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 02:54:15 +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,
|
||||
instances: Object(),
|
||||
wsInstances: Object(),
|
||||
curl: null,
|
||||
rest: null,
|
||||
}
|
||||
|
||||
if (globalThis.isServerMode) {
|
||||
sharedState.curl = createHandlers()
|
||||
sharedState.rest = createHandlers()
|
||||
}
|
||||
|
||||
if (privateKey && accessKey && globalThis.isServerMode) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user