Disabled achievements plugin
This commit is contained in:
parent
6ab74f9dab
commit
a9265bce42
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ AchievablePlugin = (schema, options) ->
|
|||
Achievement = require '../achievements/Achievement'
|
||||
|
||||
before = {}
|
||||
|
||||
return
|
||||
# Keep track the document before it's saved
|
||||
schema.post 'init', (doc) ->
|
||||
before[doc.id] = doc.toObject()
|
||||
|
|
Reference in a new issue