Skip to content

Commit

Permalink
fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
Ackuq committed Sep 22, 2023
1 parent f4918fc commit 5082834
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/scrapers/src/party/sd-scraper.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import * as pdfjs from "pdfjs-dist";
import Scraper from "../scraper";
import type { PartyDataWithoutPartyName } from "@partiguiden/party-data/writer";
import type { PartyDataWithoutPartyName } from "@partiguiden/party-data/types";

type SectionDestination = [
{ num: number; gen: number },
Expand Down
2 changes: 1 addition & 1 deletion packages/scrapers/src/scraper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import type { Cheerio, CheerioAPI, Element } from "cheerio";
import type {
PartyData,
PartyDataWithoutPartyName,
} from "@partiguiden/party-data/writer";
} from "@partiguiden/party-data/types";
import * as cheerio from "cheerio";

interface ScraperArgs {
Expand Down

0 comments on commit 5082834

Please sign in to comment.