Skip to content

Commit

Permalink
fix: 404 error after adding primary maintainer
Browse files Browse the repository at this point in the history
  • Loading branch information
dmijatovic committed Oct 7, 2022
1 parent 7d324d2 commit 0466ddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database/100-create-api-views.sql
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ BEGIN
COUNT(DISTINCT project_for_organisation.project) AS project_cnt
FROM
project_for_organisation
CROSS JOIN list_parent_organisations(software_for_organisation.organisation)
CROSS JOIN list_parent_organisations(project_for_organisation.organisation)
GROUP BY list_parent_organisations.organisation_id;
END IF;
END
Expand Down

0 comments on commit 0466ddf

Please sign in to comment.