Skip to content

Commit 1086cd2

Browse files
Update betterAuth.ts
1 parent 39a2b20 commit 1086cd2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

backend/lib/betterAuth.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import { mongodbAdapter } from "better-auth/adapters/mongodb";
55
import mongoose from "mongoose";
66

77
async function initializeAuth() {
8-
// Ensure connection is established
98
await connect();
109

1110
if (!mongoose.connection.db) {

0 commit comments

Comments
 (0)