()
| 130 | } |
| 131 | |
| 132 | export function useErrorNotificationsEnabled(): boolean { |
| 133 | const { data } = useGeneralSettings() |
| 134 | return data?.errorNotificationsEnabled ?? true |
| 135 | } |
| 136 | |
| 137 | /** |
| 138 | * The user's effective scheduling timezone: their saved preference, or the |
nothing calls this directly
no test coverage detected