mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-16 03:10:16 -04:00
This saves one call to the API or Redis in the common case where the current service does have templates. This is because `any()` evaluates all expressions before running, whereas `or` will only evaluate the second expression if the first returns `False`-y.