cleanup: kullanılmayan get_vapid_public_key fonksiyonu kaldırıldı
Some checks failed
Build MIPS Binary / build (push) Failing after 1m6s

This commit is contained in:
spinline
2026-02-08 16:26:16 +03:00
parent 520903fa3f
commit b2a60d3d1e

View File

@@ -208,8 +208,7 @@ pub async fn send_push_notification(
.await;
Ok(())
}
pub fn get_vapid_public_key() -> String {
std::env::var("VAPID_PUBLIC_KEY").expect("VAPID_PUBLIC_KEY must be set in .env")
}
}