Skip to content

Commit

Permalink
chore: format the code
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-Liendo committed Jul 16, 2024
1 parent 9471930 commit 4f26a35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/services/Auth.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { comparePassword, hashPassword } from '../utils/password';
import Repository from '../repository';
import { BadRequestError, UnauthorizedError } from '../utils/errorHandler';
import { comparePassword, hashPassword } from '../utils/password';

import type { IUserForLogin, IUserForRegister } from '@linx/shared';
import { Jwt } from '../utils/jwt';
Expand Down

0 comments on commit 4f26a35

Please sign in to comment.