Skip to content

Commit b8c4ac3

Browse files
AndyAndy
authored andcommitted
update db.ts
1 parent 6480b3b commit b8c4ac3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/db.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import Database from 'better-sqlite3'
22
import cryptoRandomString from 'crypto-random-string'
33
import bcrypt from 'bcrypt'
44

5-
export const db = new Database('db.sqlite', { verbose: console.log })
5+
export const db = new Database('db.sqlite')
66

77
export const createSession = (username: string) => {
88
const sessionToken = cryptoRandomString({length: 21, type: 'base64'})

0 commit comments

Comments
 (0)