Skip to content

Commit

Permalink
fix: notminor edit state (#188)
Browse files Browse the repository at this point in the history
  • Loading branch information
dragon-fish committed Apr 17, 2022
1 parent 0e494b8 commit 6fae205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/module/quickEdit.js
Expand Up @@ -883,9 +883,9 @@ var quickEdit = function (options) {
text,
title: page,
watchlist,
minor,
summary,
errorformat: 'plaintext',
...(minor ? { minor: true } : { notminor: true }),
}
if (section !== undefined && section !== '' && section !== null) {
options.jsonPost.section = section
Expand Down

0 comments on commit 6fae205

Please sign in to comment.