mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-09-25 16:30:03 +00:00
chore: fmt
This commit is contained in:
parent
cf46213e00
commit
c6010a6734
@ -272,7 +272,10 @@ impl FolderManager {
|
||||
if let Err(err) = self.initialize(user_id, &workspace_id, data_source).await {
|
||||
// If failed to open folder with remote data, open from local disk. After open from the local
|
||||
// disk. the data will be synced to the remote server.
|
||||
error!("initialize folder for user {} with workspace {} encountered error: {:?}, fallback local", user_id, workspace_id, err);
|
||||
error!(
|
||||
"initialize folder for user {} with workspace {} encountered error: {:?}, fallback local",
|
||||
user_id, workspace_id, err
|
||||
);
|
||||
self
|
||||
.initialize(
|
||||
user_id,
|
||||
|
Loading…
x
Reference in New Issue
Block a user