Skip to content

Commit b527756

Browse files
AlmightyMikkelkirre-bylund
authored andcommitted
Removed wrong curly bracket
1 parent 3c95711 commit b527756

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Runtime/Game/LootLockerSDKManager.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5468,7 +5468,6 @@ public static void SendGameFeedback(string description, string category_id, Acti
54685468

54695469
LootLockerServerRequest.CallAPI(endPoint.endPoint, endPoint.httpMethod, json, onComplete: (serverResponse) => { LootLockerResponse.Deserialize(onComplete, serverResponse); });
54705470
}
5471-
}
54725471

54735472
/// <summary>
54745473
/// Sends a feedback with the given data, will return 204 upon successful request.

0 commit comments

Comments
 (0)