Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
h4ck3rk3y committed Apr 11, 2024
1 parent 254af24 commit 6af054c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloud/api/protobuf/kurtosis_backend_server_api.proto
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ service KurtosisCloudBackendServer {
rpc LockPort(LockPortRequest) returns(google.protobuf.Empty){};
rpc GetUnlockedPorts(GetUnlockedPortsRequest) returns(GetUnlockedPortsResponse){}
rpc CheckAliasAuth(CheckAliasAuthRequest) returns(google.protobuf.Empty) {};
rpc AddAlias(AddAliasRequest) returns(google.protofbuf.Empty){};
rpc AddAlias(AddAliasRequest) returns(google.protobuf.Empty){};
}

message GetOrCreateApiKeyRequest {
Expand Down

0 comments on commit 6af054c

Please sign in to comment.