mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 17:45:52 -05:00
fix lint issue
This commit is contained in:
parent
bea73415c1
commit
1240c9e8b5
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ module.exports.validatePasswordRemotely = password => (
|
|||
valid: false,
|
||||
errMsgId: 'registration.validationPasswordNotEquals'
|
||||
});
|
||||
}; // switch
|
||||
} // switch
|
||||
}); // api
|
||||
}) // promise
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue