Skip to content

Commit 0306548

Browse files
committed
Remove hardcoded eventid
1 parent 225053a commit 0306548

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

functions/src/events/scrapeEvents.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,6 @@ class HearingScraper extends EventScraper<HearingListItem, Hearing> {
148148
}
149149

150150
async getEvent({ EventId }: HearingListItem /* e.g. 4962 */) {
151-
EventId = 5091
152151
const data = await api.getHearing(EventId)
153152
const content = HearingContent.check(data)
154153
const eventInDb = await db

0 commit comments

Comments
 (0)