Skip to content

Commit 5cf4215

Browse files
committed
Fix missing prefix
1 parent 3b03904 commit 5cf4215

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

functions/src/events/scrapeEvents.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ class HearingScraper extends EventScraper<HearingListItem, Hearing> {
197197

198198
await db
199199
.collection("events")
200-
.doc(String(EventId))
200+
.doc(`hearing-${String(EventId)}`)
201201
.collection("private")
202202
.doc("webhookAuth")
203203
.set({

0 commit comments

Comments
 (0)