diff --git a/backend/src/push.rs b/backend/src/push.rs index d68ba2a..47207ef 100644 --- a/backend/src/push.rs +++ b/backend/src/push.rs @@ -207,9 +207,8 @@ pub async fn send_push_notification( }) .await; - Ok(()) -} + Ok(()) -pub fn get_vapid_public_key() -> String { - std::env::var("VAPID_PUBLIC_KEY").expect("VAPID_PUBLIC_KEY must be set in .env") -} \ No newline at end of file + } + + \ No newline at end of file