chore: remove unused user id

This commit is contained in:
Steven
2025-01-10 23:35:00 +08:00
parent 3081015692
commit 8b7e9f5443
16 changed files with 81 additions and 89 deletions

View File

@@ -15,7 +15,7 @@ service WorkspaceService {
message WorkspaceProfile {
// The name of instance owner.
// Format: "users/{id}"
// Format: users/{user}
string owner = 1;
// version is the current version of instance
string version = 2;