Use regexes instead of tags

This commit is contained in:
nymkappa
2023-02-24 21:35:13 +09:00
parent 8bd11f0598
commit e9bc04a20e
3 changed files with 21 additions and 13 deletions

View File

@@ -75,7 +75,7 @@ class PoolsUpdater {
try {
await DB.query('START TRANSACTION;');
await poolsParser.migratePoolsJson(poolsJson);
await poolsParser.migratePoolsJson();
await this.updateDBSha(githubSha);
await DB.query('START TRANSACTION;');
await DB.query('COMMIT;');