diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-01-12 06:01:52 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-01-12 06:01:52 +0800 |
| commit | bac88ab54b28825a17f808def90209517f484355 (patch) | |
| tree | e002bc0f482e1e9af90abe47e9b1e9b59d33f4d8 /actions/src/remote_actions.rs | |
| parent | e3f4b8188515eeec149eec0405b51e1b57f6e7bb (diff) | |
Rename modules for better clarity and organization
Diffstat (limited to 'actions/src/remote_actions.rs')
| -rw-r--r-- | actions/src/remote_actions.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/src/remote_actions.rs b/actions/src/remote_actions.rs index 33f01aa..d15edc9 100644 --- a/actions/src/remote_actions.rs +++ b/actions/src/remote_actions.rs @@ -7,7 +7,7 @@ use tokio::sync::{Mutex, mpsc::Sender}; use vcs_data::{ constants::{SERVER_PATH_MEMBER_PUB, VAULT_HOST_NAME}, data::{ - local::{LocalWorkspace, config::LocalConfig, latest_info::LatestInfo}, + local::{LocalWorkspace, latest_info::LatestInfo, workspace_config::LocalConfig}, member::MemberId, sheet::SheetName, user::UserDirectory, |
