mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-26 22:13:32 -04:00
Fix indentation
This commit is contained in:
parent
1b166028c6
commit
4036532680
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ UserHandler = class UserHandler extends Handler
|
|||
return @sendDatabaseError(res, err) if err
|
||||
res.send JSON.stringify(count + 1)
|
||||
|
||||
getSimulatorLeaderboardQueryParameters: (req) ->
|
||||
getSimulatorLeaderboardQueryParameters: (req) ->
|
||||
@validateSimulateLeaderboardRequestParameters(req)
|
||||
|
||||
query = {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue