Skip to content

Commit

Permalink
var to const
Browse files Browse the repository at this point in the history
  • Loading branch information
NovemLinguae committed Aug 26, 2024
1 parent 9a20525 commit 8d07859
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/submissions.js
Original file line number Diff line number Diff line change
Expand Up @@ -2411,7 +2411,7 @@
// AFC/RECENT
// ----------

var reviewer = AFCH.consts.user;
const reviewer = AFCH.consts.user;
$.when( recentPage.getText(), afchSubmission.getSubmitter() )
.then( ( text, submitter ) => {
let newRecentText = text,
Expand Down

0 comments on commit 8d07859

Please sign in to comment.