Skip to content

Commit

Permalink
fix merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
NovemLinguae committed Nov 23, 2024
1 parent a34db32 commit af4b214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/twinklearv.js
Original file line number Diff line number Diff line change
Expand Up @@ -735,7 +735,7 @@ Twinkle.arv.callback.getAivReasonWikitext = function(input) {
return null;
}

type = type.map(function(v) {
type = type.map((v) => {
switch (v) {
case 'final':
return 'vandalism after final warning';
Expand Down

0 comments on commit af4b214

Please sign in to comment.