Skip to content

fix(subscriptions): Don't publish undefined

Hannes Heine requested to merge pr3101head into pr3101base

Created by: Tirokk

roschaefer 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

This might also be a fix for our stalled builds as it avoids JavaScript runtime errors (?)

Merge request reports