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 081129a commit 91ecbccCopy full SHA for 91ecbcc
1 file changed
src/mwbot-patch.ts
@@ -10,7 +10,8 @@ MWBot.prototype.request = function (this: unknown, params: object = {}, customRe
10
method: 'GET',
11
qs: {
12
...(customRequestOptions.qs || {}),
13
- ...params
+ ...params,
14
+ format: 'json'
15
}
16
};
17
0 commit comments