You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 19, 2025. It is now read-only.
Return hash instead of nil when no changes in snapshot
https://trello.com/c/FVI4JXBI
Before this change, attempting to send a snapshot to Slack when there
were no alert or improved constants would return nil, which is an
unexpected value in the app. This change checks to see if those changes
exist before attempting to send a snapshot, and if they don't, returns
a hash with ignored: true instead of nil.
0 commit comments