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