mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-13 22:49:51 -04:00
Poll doesn't need to saveBackups except in the poll editor.
This commit is contained in:
parent
54f55b1f9d
commit
652fb3cd3f
1 changed files with 0 additions and 1 deletions
|
@ -5,4 +5,3 @@ module.exports = class Poll extends CocoModel
|
|||
@className: 'Poll'
|
||||
@schema: schema
|
||||
urlRoot: '/db/poll'
|
||||
saveBackups: true
|
||||
|
|
Loading…
Reference in a new issue