Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
graissov committed Sep 12, 2024
1 parent dfdaf68 commit da19634
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ provision.sh
feeds/recent.rss
.eslintcache
.svn
dump.rdb

logs/

Expand Down
Binary file modified dump.rdb
Binary file not shown.
2 changes: 1 addition & 1 deletion public/src/client/register.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ define('forum/register', [
if (results.every(obj => obj.status === 'rejected')) {
showSuccess(usernameInput, username_notify, successIcon);
} else {
showError(usernameInput, username_notify, '[[error:username-taken, ' +username+'suffix'+']]');
showError(usernameInput, username_notify, '[[error:username-taken, ' + username + 'suffix' + ']]');

Check failure on line 138 in public/src/client/register.js

View workflow job for this annotation

GitHub Actions / test

Unexpected string concatenation of literals
}

callback();
Expand Down

0 comments on commit da19634

Please sign in to comment.