chore: lint

This commit is contained in:
Bereket Engida
2024-09-30 20:45:31 +03:00
parent a861794b7c
commit 5945963712
+1 -1
View File
@@ -9,5 +9,5 @@ export const auth = betterAuth({
provider: "mysql",
},
),
plugins: [twoFactor()]
plugins: [twoFactor()],
});