refactor(serve): unnecessary export causing issues with types

pull/1992/head
Elian Doran 2025-05-21 16:32:30 +07:00
parent 3b6679a744
commit fe8b905922
No known key found for this signature in database
1 changed files with 0 additions and 1 deletions

@ -352,7 +352,6 @@ function disableSlowQueryLogging<T>(cb: () => T) {
} }
export default { export default {
dbConnection,
insert, insert,
replace, replace,