[bugfix] missed async await in tcgplayer preload
This commit is contained in:
@@ -280,6 +280,6 @@ else {
|
|||||||
await helper.UpdateVariants(db);
|
await helper.UpdateVariants(db);
|
||||||
|
|
||||||
// index the card updates
|
// index the card updates
|
||||||
helper.upsertCardCollection(db);
|
await helper.upsertCardCollection(db);
|
||||||
|
|
||||||
await ClosePool();
|
await ClosePool();
|
||||||
|
|||||||
Reference in New Issue
Block a user