fix build

This commit is contained in:
Ruben Fiszel
2024-05-25 11:47:47 +02:00
parent 0e6b32119b
commit 98cb72123a
+5
View File
@@ -25,3 +25,8 @@ pub async fn get_license_plan() -> LicensePlan {
pub enum CriticalErrorChannel {}
pub async fn trigger_critical_error_channels(_error_message: String) {}
#[cfg(feature = "enterprise")]
pub async fn schedule_key_renewal(_http_client: &reqwest::Client, _db: &crate::db::DB) -> () {
// Implementation is not open source
}