refactor(serve): unnecessary export causing issues with types

This commit is contained in:
Elian Doran 2025-05-21 16:32:30 +03:00
parent 3b6679a744
commit fe8b905922
No known key found for this signature in database

View File

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