Skip to content

Commit

Permalink
Remove debug request/response body
Browse files Browse the repository at this point in the history
  • Loading branch information
Beyley committed Jul 28, 2024
1 parent c65e7a6 commit 1439413
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,6 @@ public Response GetUserScores(RequestContext context, GameUser user, GameDatabas

[GameEndpoint("scoreboard/friends/{slotType}/{id}", HttpMethods.Post, ContentType.Xml)]
[RateLimitSettings(RequestTimeoutDuration, MaxRequestAmount, RequestBlockDuration, BucketName)]
[DebugRequestBody]
[DebugResponseBody]
[NullStatusCode(NotFound)]
public SerializedScoreLeaderboardList? GetLevelFriendLeaderboard(
RequestContext context,
Expand Down

0 comments on commit 1439413

Please sign in to comment.