Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
kaanklky committed Oct 10, 2023
1 parent 45594c2 commit 4123baf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/scripts/version_marks.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ function sendEmailToGlobalAdmins(oldVersion, newVersion) {
try {
await Promise.all(
admins.map((admin) => {
localize.getProperties(admin.lang, function (err2, properties) {
localize.getProperties(admin.lang, function(err2, properties) {
var subject = localize.format(properties["mail.server-upgrade-to-global-admins-subject"], oldVersion, newVersion);
var message = localize.format(properties["mail.server-upgrade-to-global-admins"], oldVersion, newVersion, serverLink);
mail.sendMessage(admin.email, subject, message);
Expand Down

0 comments on commit 4123baf

Please sign in to comment.