Skip to content

Commit

Permalink
fix: remove apiKey command listener
Browse files Browse the repository at this point in the history
  • Loading branch information
Arun-KumarH committed Jun 28, 2024
1 parent 4bc2476 commit 262d31e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
7 changes: 0 additions & 7 deletions cfg/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -308,12 +308,6 @@
"configUpdateResponse": {
"messageObject": "io.restorecommerce.commandinterface.CommandResponse"
},
"setApiKeyCommand": {
"messageObject": "io.restorecommerce.commandinterface.CommandRequest"
},
"setApiKeyResponse": {
"messageObject": "io.restorecommerce.commandinterface.CommandResponse"
},
"flushCacheCommand": {
"messageObject": "io.restorecommerce.commandinterface.CommandRequest"
},
Expand All @@ -335,7 +329,6 @@
"resetCommand",
"versionCommand",
"configUpdateCommand",
"setApiKeyCommand",
"flushCacheCommand"
]
},
Expand Down
1 change: 0 additions & 1 deletion src/worker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ const COMMANDEVENTS = [
'resetCommand',
'versionCommand',
'configUpdateCommand',
'setApiKeyCommand',
'flushCacheCommand'
];
const HIERARCHICAL_SCOPE_REQUEST_EVENT = 'hierarchicalScopesRequest';
Expand Down

0 comments on commit 262d31e

Please sign in to comment.