mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 14:47:53 +01:00
fix(lint): comma spacing
This commit is contained in:
@@ -8,7 +8,7 @@ const translator = shortid('0123456789abcdefghijklmnopqrstuvwxyz');
|
||||
|
||||
function generateUsername () {
|
||||
let newName = `hb-${translator.new()}`;
|
||||
return newName.substring(0,20);
|
||||
return newName.substring(0, 20);
|
||||
}
|
||||
|
||||
function loginRes (user, req, res) {
|
||||
|
||||
Reference in New Issue
Block a user