mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-27 05:41:00 -05:00
This adds to the `__le__` method on the `BroadcastMessage` class to allow two BroadcastMessages with no `updated_at` to be compared. Previously, the method expected at least one message to have `updated_at` set, but this is not necessarily the case.