server-ts: services/encryption/*.js -> ts

This commit is contained in:
Elian Doran
2024-02-16 23:03:19 +02:00
parent dc359b2a74
commit c20d2273e6
6 changed files with 42 additions and 43 deletions

View File

@@ -313,7 +313,7 @@ function disableSlowQueryLogging<T>(cb: () => T) {
}
}
module.exports = {
export = {
dbConnection,
insert,
replace,