Skip to content

Commit

Permalink
refactoring: remove useless type
Browse files Browse the repository at this point in the history
  • Loading branch information
loicguillois committed Jan 6, 2025
1 parent 855cea4 commit 827595b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion server/src/controllers/signupLinkController.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { Request, Response } from 'express';
import {
getAccountActivationLink,
hasExpired,
SIGNUP_LINK_EXPIRATION,
SIGNUP_LINK_LENGTH,
Expand Down
1 change: 0 additions & 1 deletion server/src/controllers/userController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import establishmentRepository from '~/repositories/establishmentRepository';
import { v4 as uuidv4 } from 'uuid';
import bcrypt from 'bcryptjs';
import TestAccountError from '~/errors/testAccountError';
import mailService from '~/services/mailService';
import { isTestAccount } from '~/services/ceremaService/consultUserService';
import UserMissingError from '~/errors/userMissingError';
import { logger } from '~/infra/logger';
Expand Down

0 comments on commit 827595b

Please sign in to comment.