This commit is contained in:
LumaLivy 2021-11-08 07:03:36 -05:00
commit b854dc8954

View file

@ -122,6 +122,5 @@ namespace LBPUnion.ProjectLighthouse.Controllers
return this.Ok(LbpSerializer.TaggedStringElement("slots", response, "hint_start", pageStart + Math.Min(pageSize, 30)));
}
}
}