npm run format
This commit is contained in:
@ -8,7 +8,6 @@ class PasswordResetTokenService {
|
||||
* @param token
|
||||
*/
|
||||
public async delete(token: string): Promise<boolean> {
|
||||
|
||||
try {
|
||||
const tokenData = await passwordResetTokenRepository.getByToken(token)
|
||||
if (!tokenData) {
|
||||
|
Reference in New Issue
Block a user