Use regexes instead of tags
This commit is contained in:
@@ -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;');
|
||||
|
||||
Reference in New Issue
Block a user