Skip to content

Commit

Permalink
Update events-api.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob6838 committed Nov 4, 2024
1 parent 936ea19 commit 127f505
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webapp/src/apis/intersections/events-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ class EventsApi {
token: token,
queryParams: queryParams,
abortController,
toastOnFailure: false,
failureMessage: `Failed to retrieve events of type ${eventTypeObj.value}`,
})) ?? []
events.push(...response)
Expand Down

0 comments on commit 127f505

Please sign in to comment.