Skip to content

Commit b3b929a

Browse files
committed
Fix LS request type
1 parent 8eef93a commit b3b929a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

authzed/api/materialize/v0/stats.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ option java_package = "com.authzed.api.materialize.v0";
1010

1111
service StatsService {
1212
rpc ExperimentalCountLookupResources(ExperimentalCountLookupResourcesRequest) returns (ExperimentalCountLookupResourcesResponse) {}
13-
rpc ExperimentalCountLookupSubjects(ExperimentalCountLookupResourcesRequest) returns (ExperimentalCountLookupResourcesResponse) {}
13+
rpc ExperimentalCountLookupSubjects(ExperimentalCountLookupSubjectsRequest) returns (ExperimentalCountLookupSubjectsResponse) {}
1414
}
1515

1616
message ExperimentalCountLookupResourcesRequest {

0 commit comments

Comments
 (0)