rename some tasks' name

This commit is contained in:
appflowy 2021-11-23 17:45:18 +08:00
parent ce126fe08d
commit 054fa4c952
7 changed files with 14 additions and 11 deletions

View file

@ -59,6 +59,7 @@ fn crate_log_filter(level: Option<String>) -> String {
#[derive(Clone)]
pub struct FlowySDK {
#[allow(dead_code)]
config: FlowySDKConfig,
pub user_session: Arc<UserSession>,
pub flowy_document: Arc<FlowyDocument>,