fix: Update database import path in server/utils/auth.ts
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user