Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
jakehobbs committed Feb 18, 2024
1 parent f475e94 commit 4847ab1
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions model/activist.go
Original file line number Diff line number Diff line change
Expand Up @@ -605,14 +605,15 @@ func buildActivistJSONArray(activists []ActivistExtra) []ActivistJSON {
Accessibility: a.Accessibility,
Birthday: dob,

FirstEvent: firstEvent,
LastEvent: lastEvent,
FirstEventName: a.FirstEventName,
LastEventName: a.LastEventName,
Status: a.Status,
TotalEvents: a.TotalEvents,
TotalPoints: a.TotalPoints,
Active: a.Active,
FirstEvent: firstEvent,
LastEvent: lastEvent,
FirstEventName: a.FirstEventName,
LastEventName: a.LastEventName,
MonthsSinceLastEvent: a.MonthsSinceLastEvent,
Status: a.Status,
TotalEvents: a.TotalEvents,
TotalPoints: a.TotalPoints,
Active: a.Active,

ActivistLevel: a.ActivistLevel,
Source: a.Source,
Expand Down

0 comments on commit 4847ab1

Please sign in to comment.