adjust filer.proto

This commit is contained in:
chrislu
2023-06-25 17:38:19 -07:00
parent 13a8593ab9
commit f8aa5ea844
3 changed files with 11 additions and 11 deletions

View File

@@ -447,8 +447,8 @@ message LockRequest {
}
message LockResponse {
string renew_token = 1;
string moved_to = 2;
string error = 3;
string moved_to = 4;
}
message UnlockRequest {
string name = 1;