Skip to content

Commit 91ecbcc

Browse files
committed
Update mwbot-patch.ts
1 parent 081129a commit 91ecbcc

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/mwbot-patch.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ MWBot.prototype.request = function (this: unknown, params: object = {}, customRe
1010
method: 'GET',
1111
qs: {
1212
...(customRequestOptions.qs || {}),
13-
...params
13+
...params,
14+
format: 'json'
1415
}
1516
};
1617

0 commit comments

Comments
 (0)