Commit c83061bd authored by nanahira's avatar nanahira

fix

parent e688f94d
Pipeline #937 passed with stages
in 1 minute and 24 seconds
......@@ -3,7 +3,7 @@ import { NWFetcher } from "./src/nwfetcher";
import _ from "underscore";
async function fetchCardsFromNW(dbreader: DBReader) {
const fetcher = new NWFetcher({ name: "Fetcher", level: "debug" });
const fetcher = new NWFetcher({ name: "NW Fetcher", level: "debug" });
await fetcher.init();
const strings = await fetcher.fetch();
return await dbreader.getAllCardsFromJapaneseNames(strings);
......
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