1
0
Fork 0

chore: Linter fixes

This commit is contained in:
joostdecock 2023-01-14 17:08:33 +01:00
parent 078b965733
commit 8e93b3ef07
6 changed files with 10 additions and 15 deletions

View file

@ -2,7 +2,7 @@ import jwt from 'jsonwebtoken'
import { log } from '../utils/log.mjs'
import { hash, hashPassword, randomString, verifyPassword } from '../utils/crypto.mjs'
import { setUserAvatar } from '../utils/sanity.mjs'
import { clean, asJson, i18nUrl, capitalize } from '../utils/index.mjs'
import { clean, asJson, i18nUrl } from '../utils/index.mjs'
import { ConfirmationModel } from './confirmation.mjs'
export function UserModel(tools) {