[bugfix] missed async await in tcgplayer preload

This commit is contained in:
2026-03-23 21:24:24 -04:00
parent b871385fba
commit 03e606e152

View File

@@ -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();