From c044f50b191bc07c7eb4bf47419214390cd85e1b Mon Sep 17 00:00:00 2001 From: Sianida26 Date: Mon, 29 Jan 2024 00:20:12 +0700 Subject: [PATCH] Prettier --- src/features/auth/tools/hashPassword.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 +}