Skip to content

Commit

Permalink
fix: up deps and removed apiKey sync listener
Browse files Browse the repository at this point in the history
  • Loading branch information
Arun-KumarH committed Jun 28, 2024
1 parent beee646 commit b7806d4
Show file tree
Hide file tree
Showing 3 changed files with 653 additions and 325 deletions.
7 changes: 0 additions & 7 deletions cfg/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,12 +132,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 @@ -153,7 +147,6 @@
"resetCommand": "handleCommand",
"versionCommand": "handleCommand",
"configUpdateCommand": "handleCommand",
"setApiKeyCommand": "handleCommand",
"flushCacheCommand": "handleCommand"
}
},
Expand Down
Loading

0 comments on commit b7806d4

Please sign in to comment.