Merge pull request #33842 from suhr25/fix/notifications-limit-zero-ignored

fix: handle limit=0 in getNotifications query
This commit is contained in:
Fredrik Adelöw
2026-04-13 09:43:23 +02:00
committed by GitHub
3 changed files with 12 additions and 2 deletions
@@ -0,0 +1,5 @@
---
'@backstage/plugin-notifications-backend': patch
---
Fix handling of `limit=0` in `getNotifications` query to return empty results instead of all notifications