lib/_data_ingestion: await RADKFILE seeding
This commit is contained in:
@@ -51,5 +51,5 @@ Future<void> parseAndSeedDataFromRADKFILE(Database db) async {
|
||||
final blocks = parseRADKFILEBlocks(raw);
|
||||
|
||||
print('[RADKFILE] Writing to database...');
|
||||
seedRADKFILEData(blocks, db);
|
||||
await seedRADKFILEData(blocks, db);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user