Skip to content

Commit

Permalink
Fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
jakhog committed Oct 28, 2021
1 parent 1211904 commit fff088a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Runtime/Aggregates/AggregateRoots.proto
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ message AggregateRootAliasRegistrationResponse {
}

service AggregateRoots {
rpc RegisterAlias(AggregateRootRegistrationRequest) returns(AggregateRootRegistrationResponse);
rpc RegisterAlias(AggregateRootAliasRegistrationRequest) returns(AggregateRootAliasRegistrationResponse);
}

0 comments on commit fff088a

Please sign in to comment.