Skip to content

Commit

Permalink
fix(network): selection on existing fields for Summer Universities (#784
Browse files Browse the repository at this point in the history
)

Co-authored-by: Rik Smale <[email protected]>
  • Loading branch information
LeonVreling and WikiRik authored Sep 17, 2024
1 parent 71d8eb8 commit 2aaac4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/events.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ exports.listMostRecentEvents = async (req, res) => {
const queryObj = {
where: {
deleted: false,
status: 'published'
published: 'covid'
},
group: 'organizing_bodies',
attributes: [
Expand Down

0 comments on commit 2aaac4e

Please sign in to comment.