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.
1 parent 8859c26 commit c01ce6eCopy full SHA for c01ce6e
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