Skip to content

Commit

Permalink
chore: unnecessary rvprop
Browse files Browse the repository at this point in the history
  • Loading branch information
lovelyCARDINAL committed Dec 23, 2023
1 parent 09d3493 commit d19ba49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gadgets/wikiBlame/MediaWiki:Gadget-wikiBlame.js
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ $(() => {
const params = {
action: "query",
prop: "revisions",
rvprop: "ids|flags|timestamp|user|parsedcomment|tags|content",
rvprop: "ids|timestamp|user|parsedcomment|tags|content",
titles: pagename,
rvlimit: BATCH_SIZE,
rvstart: start_date,
Expand Down

0 comments on commit d19ba49

Please sign in to comment.