fix more non-format string-concat

This commit is contained in:
Michael C
2021-07-12 02:48:49 -04:00
parent 8b3ffe5d0d
commit b5a29675d6
5 changed files with 2 additions and 5 deletions

View File

@@ -32,4 +32,3 @@ export class Mysql implements IDatabase {
}
}

View File

@@ -131,4 +131,3 @@ export class Postgres implements IDatabase {
return result;
}
}