This commit is contained in:
Ruben Fiszel
2025-11-14 11:22:45 +00:00
parent d79904af60
commit 5be3fdce35

View File

@@ -15,7 +15,7 @@ use {std::sync::Arc, tokio::sync::RwLock};
#[cfg(not(feature = "private"))]
pub async fn validate_license_key(
_license_key: String,
_db: &crate::db::DB,
_db: Option<&crate::db::DB>,
) -> anyhow::Result<(String, bool)> {
// Implementation is not open source
Err(anyhow!("License can't be validated in Windmill CE"))