mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-04-15 12:16:22 +00:00
fix(lint): remove unused const
This commit is contained in:
parent
6fe0d5568a
commit
9a32eabb47
1 changed files with 0 additions and 1 deletions
|
|
@ -35,7 +35,6 @@ async function deleteAmplitudeData (userId, email) {
|
|||
}
|
||||
|
||||
async function deleteHabiticaData (user, email) {
|
||||
const truncatedEmail = email.slice(0, email.indexOf('@'));
|
||||
const set = {
|
||||
'auth.blocked': false,
|
||||
'auth.local.hashed_password': '$2a$10$QDnNh1j1yMPnTXDEOV38xOePEWFd4X8DSYwAM8XTmqmacG5X0DKjW',
|
||||
|
|
|
|||
Loading…
Reference in a new issue