cleanup: kullanılmayan get_vapid_public_key fonksiyonu kaldırıldı
Some checks failed
Build MIPS Binary / build (push) Failing after 1m6s
Some checks failed
Build MIPS Binary / build (push) Failing after 1m6s
This commit is contained in:
@@ -208,8 +208,7 @@ pub async fn send_push_notification(
|
|||||||
.await;
|
.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")
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user