Skip to content

Commit

Permalink
adding published survey flag to projectActivities
Browse files Browse the repository at this point in the history
  • Loading branch information
temi committed Dec 10, 2024
1 parent b50ebab commit 5fa4080
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1174,6 +1174,7 @@ class ElasticSearchService {
name: it.name,
startDate: it.startDate,
endDate: it.endDate,
published: it.published
]
})
}
Expand Down

0 comments on commit 5fa4080

Please sign in to comment.