diff options
Diffstat (limited to 'src/graphql')
-rw-r--r-- | src/graphql/types/alert.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/graphql/types/alert.rs b/src/graphql/types/alert.rs index 007f471..cce2bee 100644 --- a/src/graphql/types/alert.rs +++ b/src/graphql/types/alert.rs @@ -305,6 +305,7 @@ pub mod mutations { .collect(); expo::send( + (*state.expo).clone(), tokens, "New Alert!".to_string(), match level.text { |