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