remove comment todo that is already done

indiachan-spamvector
Thomas Lynch 1 year ago
parent cc22916165
commit 262954c41c
  1. 1
      lib/permission/permissions.js

@ -50,7 +50,6 @@ const Permissions = Object.seal(Object.freeze(Object.preventExtensions({
})));
//todo: make these keyed by the bits? but then how to get the name param for form fields? might change that
const Metadata = Object.seal(Object.freeze(Object.preventExtensions({
[Permissions.ROOT]: { title: 'Root', label: 'Root', desc: 'Full control. Use with caution!', parent: Permissions.ROOT },

Loading…
Cancel
Save