PhilanthropyDataCommons / service

A project for collecting and serving public information associated with grant applications
GNU Affero General Public License v3.0
8 stars 2 forks source link

Fix organization duplicate result bug #911

Closed slifty closed 6 months ago

slifty commented 6 months ago

This PR fixes a bug where the /organizations endpoint would return multiple organizations if that organization had more than one associated proposal.

Resolves #905