chore: Update frontend/rust-lib/flowy-folder/src/manager.rs

Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
This commit is contained in:
Nathan.fooo 2025-04-20 19:34:05 +08:00 committed by GitHub
parent 2ee786f351
commit cf46213e00
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -272,7 +272,7 @@ 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 with error {:?}, fallback local", 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,