Skip to content

Commit 262d31e

Browse files
committed
fix: remove apiKey command listener
1 parent 4bc2476 commit 262d31e

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

cfg/config.json

-7
Original file line numberDiff line numberDiff line change
@@ -308,12 +308,6 @@
308308
"configUpdateResponse": {
309309
"messageObject": "io.restorecommerce.commandinterface.CommandResponse"
310310
},
311-
"setApiKeyCommand": {
312-
"messageObject": "io.restorecommerce.commandinterface.CommandRequest"
313-
},
314-
"setApiKeyResponse": {
315-
"messageObject": "io.restorecommerce.commandinterface.CommandResponse"
316-
},
317311
"flushCacheCommand": {
318312
"messageObject": "io.restorecommerce.commandinterface.CommandRequest"
319313
},
@@ -335,7 +329,6 @@
335329
"resetCommand",
336330
"versionCommand",
337331
"configUpdateCommand",
338-
"setApiKeyCommand",
339332
"flushCacheCommand"
340333
]
341334
},

src/worker.ts

-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ const COMMANDEVENTS = [
114114
'resetCommand',
115115
'versionCommand',
116116
'configUpdateCommand',
117-
'setApiKeyCommand',
118117
'flushCacheCommand'
119118
];
120119
const HIERARCHICAL_SCOPE_REQUEST_EVENT = 'hierarchicalScopesRequest';

0 commit comments

Comments
 (0)