mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-10 17:28:27 -04:00
fix: grpc api fix
This commit is contained in:
@@ -105,7 +105,7 @@ public sealed class OtherSvc : GrpcOther.GrpcOtherBase, INService
|
|||||||
|
|
||||||
public override async Task<XpLbReply> GetXpLb(GetLbRequest request, ServerCallContext context)
|
public override async Task<XpLbReply> GetXpLb(GetLbRequest request, ServerCallContext context)
|
||||||
{
|
{
|
||||||
var users = await _xp.GetGuildUserXps(request.Page, request.PerPage);
|
var users = await _xp.GetGlobalUserXps(request.Page);
|
||||||
|
|
||||||
var reply = new XpLbReply();
|
var reply = new XpLbReply();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user