Skip to content

Commit

Permalink
Merge pull request #57 from EveripediaNetwork/location-on-events
Browse files Browse the repository at this point in the history
Location on events
  • Loading branch information
AshakaE authored Aug 28, 2024
2 parents 80149ad + 7ba3d57 commit 0a61425
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/spotty-planes-help.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@everipedia/iq-utils": patch
---

Update BaseEvents with location field
2 changes: 2 additions & 0 deletions src/types/wiki.ts
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,8 @@ export interface BaseEvents {
link?: string;
multiDateStart?: string;
multiDateEnd?: string;
continent?: string;
country?: string;
action?: EventAction | null;
}

Expand Down

0 comments on commit 0a61425

Please sign in to comment.