Feat/op compose (#1392)

This commit is contained in:
Nathan.fooo
2022-10-29 20:54:11 +08:00
committed by GitHub
parent 95fdfd7da2
commit 783fd40f63
23 changed files with 1340 additions and 690 deletions

View File

@ -119,7 +119,6 @@ fn read_workspaces_on_server(
let workspace_revs = server.read_workspace(&token, params).await?;
let _ = persistence
.begin_transaction(|transaction| {
tracing::trace!("Save {} workspace", workspace_revs.len());
for workspace_rev in &workspace_revs {
let m_workspace = workspace_rev.clone();
let app_revs = m_workspace.apps.clone();