fix(subscriptions): Don't publish undefined
Created by: Tirokk
Authored by roschaefer Merged
Fix #3088 (closed)
🍰 Pullrequest
Notifications not being created seems to be expected behaviour. But we never want to publish {notificationAdded: undefined}
. This PR ensures this won't happen.
Issues
- fixes #3088 (closed)
This might also be a fix for our stalled builds as it avoids JavaScript runtime errors (?)