fix: Update database import path in server/utils/auth.ts

This commit is contained in:
Ryderjj89
2025-10-01 19:07:54 -04:00
parent c83cf7dd82
commit 4e66e03702

View File

@@ -1,6 +1,6 @@
import bcrypt from 'bcryptjs'
import { SignJWT, jwtVerify } from 'jose'
import { getDatabase } from './database'
import { getDatabase } from './database.server'
export interface User {
id: number