mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-08-06 20:08:40 +00:00
Fix reviews not showing up (#397)
This commit is contained in:
parent
167aac748e
commit
00f8d32a54
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ public class Review
|
|||
_ => "none",
|
||||
};
|
||||
|
||||
string reviewData = LbpSerializer.TaggedStringElement("slot_id", this.SlotId, "type", this.Slot?.Type) +
|
||||
string reviewData = LbpSerializer.TaggedStringElement("slot_id", this.SlotId, "type", this.Slot?.Type.ToString().ToLower()) +
|
||||
LbpSerializer.StringElement("reviewer", this.Reviewer?.Username) +
|
||||
LbpSerializer.StringElement("thumb", this.Thumb) +
|
||||
LbpSerializer.StringElement("timestamp", this.Timestamp) +
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue