chore: file formatting
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import bcrypt from "bcryptjs";
|
||||
import bcrypt from 'bcryptjs';
|
||||
|
||||
export async function hashPassword(password) {
|
||||
return bcrypt.hash(password, 10);
|
||||
|
||||
Reference in New Issue
Block a user