mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-04-25 07:07:32 -04:00
chore: fmt
This commit is contained in:
parent
cf46213e00
commit
c6010a6734
1 changed files with 4 additions and 1 deletions
|
@ -272,7 +272,10 @@ impl FolderManager {
|
||||||
if let Err(err) = self.initialize(user_id, &workspace_id, data_source).await {
|
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
|
// 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.
|
// 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
|
self
|
||||||
.initialize(
|
.initialize(
|
||||||
user_id,
|
user_id,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue