uselagoon / lagoon

Lagoon, the developer-focused application delivery platform
https://docs.lagoon.sh/
Apache License 2.0
555 stars 148 forks source link

Minor fix for updateNotification resolvers #3607

Closed CGoodwin90 closed 9 months ago

CGoodwin90 commented 9 months ago

General Checklist

Database Migrations

Currently when running any of the updateNotification resolvers with a name that doesn't match any existing notifications the following is returned: Cannot read properties of undefined (reading organization).

This adds a check to ensure the notification exists, prior to passing it to checkNotificationUpdatePermissions.