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

View File

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