Skip to content

Commit

Permalink
Merge pull request #55 from EveripediaNetwork/event-location
Browse files Browse the repository at this point in the history
Event location
  • Loading branch information
AshakaE authored Aug 28, 2024
2 parents e7c186c + c99bdcf commit 3edfc61
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .changeset/swimming-otter.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@

---

'@everipedia/iq-utils': Minor

---


Adds location fields to base events
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 3edfc61

Please sign in to comment.