mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-04 17:19:47 -04:00
Fix issue #8
This commit is contained in:
parent
121ff0a4af
commit
527c1ed79d
1 changed files with 3 additions and 0 deletions
|
@ -308,5 +308,8 @@ LevelHandler = class LevelHandler extends Handler
|
|||
@playCountCache[cacheKey] = data
|
||||
@sendSuccess res, data
|
||||
|
||||
hasAccessToDocument: (req, document, method=null) ->
|
||||
return true if method == null or method == 'get'
|
||||
super(req, document, method)
|
||||
|
||||
module.exports = new LevelHandler()
|
||||
|
|
Loading…
Add table
Reference in a new issue