mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-08-07 12:28:39 +00:00
add favourite slots amount thing
This commit is contained in:
parent
a01a78563f
commit
cdd3ece718
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ namespace LBPUnion.ProjectLighthouse.Controllers
|
|||
|
||||
string response = heartedLevels.Aggregate(string.Empty, (current, q) => current + q.Slot.Serialize());
|
||||
|
||||
return this.Ok(LbpSerializer.TaggedStringElement("favouriteSlots", response, "total", 1));
|
||||
return this.Ok(LbpSerializer.TaggedStringElement("favouriteSlots", response, "total", heartedLevels.Count()));
|
||||
}
|
||||
|
||||
[HttpPost("favourite/slot/user/{id:int}")]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue