We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e8be5e commit ed0079bCopy full SHA for ed0079b
src/gameserver/gameserver.service.ts
@@ -92,7 +92,7 @@ export class GameServerService {
92
// this.migrateItems();
93
// this.migrated2com();
94
if (config.get("prod")) {
95
- this.migratePendoSite();
+ // this.migratePendoSite();
96
// this.testMMRPreview();
97
this.refreshLeaderboardView();
98
}
0 commit comments