Skip to content

Commit

Permalink
#1630 Add origin field to sciStarter initiator
Browse files Browse the repository at this point in the history
  • Loading branch information
jack-brinkman committed Aug 28, 2024
1 parent 14548e7 commit c09aa04
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ class SciStarter {
isSciStarter : doc.isSciStarter?.toBoolean(),
isSuitableForChildren : doc.isSuitableForChildren?.toBoolean(),
hasParticipantCost : doc.hasParticipantCost?.toBoolean(),
origin : doc.origin,
equipment : doc.gear,
plannedStartDate : doc.plannedStartDate,
plannedEndDate : doc.plannedEndDate,
Expand Down

0 comments on commit c09aa04

Please sign in to comment.