Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
hereの推奨に従って、拒否句を追加しましたが、挿入が機能しなくなりました。
todos.deny({ insert: function (userId, todo) { todo['creationDate'] = (new Date()).getTime(); return false; } })
否定しなくても、todos への私の挿入は機能します。何が起こっている?