This commit is contained in:
Ruben Fiszel
2025-11-14 11:28:17 +00:00
parent 5be3fdce35
commit 2a7ccb5a4c
+1 -1
View File
@@ -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
}