Commit 1696f378 authored by nanahira's avatar nanahira

fix

parent 1dcc1eaf
Pipeline #943 passed with stages
in 1 minute and 17 seconds
......@@ -228,7 +228,7 @@ export class DBReader extends Base {
}
await this.outputdb.run("COMMIT;");
this.log.debug(`Database created.`);
await this.generateBanlist(extendedCards.map(card => card.code));
await this.generateBanlist(allCards.map(card => card.code));
this.log.debug(`LFList created.`);
await this.generateDecks(cards);
this.log.debug(`Decks generated.`);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment