diff --git a/src/features/auth/tools/hashPassword.ts b/src/features/auth/tools/hashPassword.ts index 2ede04c..99e09f8 100644 --- a/src/features/auth/tools/hashPassword.ts +++ b/src/features/auth/tools/hashPassword.ts @@ -9,4 +9,4 @@ import authConfig from "../../../config/auth"; */ export default async function hashPassword(password: string): Promise { return bcrypt.hash(password, authConfig.saltRounds); -} \ No newline at end of file +}