Drop legacy blocks table during migration - Fix linter issues

This commit is contained in:
nymkappa
2022-01-20 17:20:02 +09:00
parent 92de2bbc03
commit a8e5f44937
5 changed files with 15 additions and 14 deletions

View File

@@ -38,7 +38,7 @@ class BlocksRepository {
await connection.query(query, params);
} catch (e) {
logger.err('$updateBlocksDatabase() error' + (e instanceof Error ? e.message : e));
logger.err('$saveBlockInDatabase() error' + (e instanceof Error ? e.message : e));
}
connection.release();