Skip to content

Commit

Permalink
fix: fix typo in field (events -> event), detected by d2-api upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
tokland committed Dec 10, 2024
1 parent c5f568c commit 8345d61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data/enrollments/EventsD2Repository.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export class EventsD2Repository implements EventsRepository {
updatedBefore: params.eventUpdateCutoff,
order: "enrollment,updatedAt",
fields: {
events: true,
event: true,
program: true,
orgUnit: true,
status: true,
Expand Down

0 comments on commit 8345d61

Please sign in to comment.