mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-09 07:13:11 -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.
29 KiB
29 KiB