mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 06:37:23 +01:00
start upgrading eslint
This commit is contained in:
@@ -216,7 +216,7 @@ api.verifyDisplayName = {
|
||||
async handler (req, res) {
|
||||
req.checkBody({
|
||||
displayName: {
|
||||
notEmpty: {errorMessage: res.t('messageMissingDisplayName')},
|
||||
notEmpty: { errorMessage: res.t('messageMissingDisplayName') },
|
||||
},
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user