mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-27 09:35:39 -05: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
|
return @sendDatabaseError(res, err) if err
|
||||||
res.send JSON.stringify(count + 1)
|
res.send JSON.stringify(count + 1)
|
||||||
|
|
||||||
getSimulatorLeaderboardQueryParameters: (req) ->
|
getSimulatorLeaderboardQueryParameters: (req) ->
|
||||||
@validateSimulateLeaderboardRequestParameters(req)
|
@validateSimulateLeaderboardRequestParameters(req)
|
||||||
|
|
||||||
query = {}
|
query = {}
|
||||||
|
|
Loading…
Reference in a new issue