nit
This commit is contained in:
@@ -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"))
|
||||
|
||||
Reference in New Issue
Block a user