VariantEffect / mavedb-api

MaveDB API
GNU Affero General Public License v3.0
8 stars 2 forks source link

Fetching a non-existent Score Set results in a `NotImplementedError` due to a lack of permissions on a none type object #210

Closed bencap closed 1 month ago

bencap commented 1 month ago

This permission check should only occur if the score set exists, and a non existent score set should send back a 404 error.