We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8859c26 + c01ce6e commit 0dcd291Copy full SHA for 0dcd291
datasources/handbook.mjs
@@ -3,7 +3,7 @@ import WorkerKV from '../utils/worker-kv.mjs';
3
class HandbookAPI extends WorkerKV {
4
constructor(dataSource) {
5
super('handbook_data', dataSource);
6
- //this.gameModes.push('pve');
+ this.gameModes.push('pve');
7
}
8
9
async getCategory(context, info, id) {
0 commit comments