feat: update protobuf versions and enhance club membership and commission queries
Build and Deploy / build (push) Successful in 1m41s
Build and Deploy / build (push) Successful in 1m41s
This commit is contained in:
+5
-2
@@ -63,8 +63,11 @@ public class GetSystemHealthQueryHandler : IRequestHandler<GetSystemHealthQuery,
|
||||
await _context.Configurations.GetAllConfigurationsAsync(
|
||||
new GetAllConfigurationsRequest
|
||||
{
|
||||
PageIndex = 1,
|
||||
PageSize = 1
|
||||
PaginationState = new CMSMicroservice.Protobuf.Protos.PaginationState
|
||||
{
|
||||
PageNumber = 1,
|
||||
PageSize = 1
|
||||
}
|
||||
},
|
||||
cancellationToken: cancellationToken);
|
||||
stopwatch.Stop();
|
||||
|
||||
Reference in New Issue
Block a user