diff --git a/backend/src/ee_oss.rs b/backend/src/ee_oss.rs index 4791a243a3..90cd699e62 100644 --- a/backend/src/ee_oss.rs +++ b/backend/src/ee_oss.rs @@ -3,7 +3,7 @@ pub use crate::ee::*; #[cfg(not(feature = "private"))] -pub async fn set_license_key(_license_key: String) -> () { +pub async fn set_license_key(_license_key: String, _db: Option<&crate::db::DB>) -> () { // Implementation is not open source }