implemented consistency checks

This commit is contained in:
azivner
2017-12-14 22:16:26 -05:00
parent 581f406a24
commit d1329de760
9 changed files with 76 additions and 7 deletions

View File

@@ -17,7 +17,7 @@ sql.dbReady.then(async () => {
});
});
allSourceIds = await sql.getFlattenedResults("source_id", "SELECT source_id FROM source_ids ORDER BY date_created DESC");
allSourceIds = await sql.getFlattenedResults("SELECT source_id FROM source_ids ORDER BY date_created DESC");
}
catch (e) {}
});