Skip to content

Commit

Permalink
manually update query (#395)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaaaargZombies authored Jan 15, 2024
1 parent 7ac613a commit 158483a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Data/PlaceCal/Events.elm
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ allEventsQuery =
[ ( "query"
-- Note hardcoded to load events from 2022-09-01
, Json.Encode.string """
query { eventsByFilter(tagId: 3, fromDate: "2023-03-01 00:00", toDate: "2024-01-01 00:00") {
query { eventsByFilter(tagId: 3, fromDate: "2023-06-15 00:00", toDate: "2024-06-15 00:00") {
id
name
summary
Expand Down

0 comments on commit 158483a

Please sign in to comment.