Skip to content

Commit

Permalink
fix(jsbattle-admin): fix storage name for list of battles
Browse files Browse the repository at this point in the history
  • Loading branch information
jamro committed May 26, 2020
1 parent 9d1af70 commit 10f42f4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class BattleStoreService extends Service {
constructor(broker) {
super(broker);

let adapterConfig = getDbAdapterConfig(broker.serviceConfig.data, 'userStore')
let adapterConfig = getDbAdapterConfig(broker.serviceConfig.data, 'battleStore')
this.parseServiceSchema({
...adapterConfig,
name: "battleStore",
Expand Down

0 comments on commit 10f42f4

Please sign in to comment.