e-mission / e-mission-transition-notify

Generate local notifications for various transitions of the finite state machine
BSD 3-Clause "New" or "Revised" License
0 stars 2 forks source link

Pass in an empty object instead of NULL #4

Closed shankari closed 7 years ago

shankari commented 7 years ago

For notifications for which we do not have user data, pass in an empty object instead of NULL to avoid NPEs.

Thanks to @hassanobeid for reporting this issue and motivating me to fix it!