From 262954c41c9449023e32c6f016dc51a66589bc5d Mon Sep 17 00:00:00 2001 From: Thomas Lynch Date: Fri, 20 Jan 2023 19:47:43 +1100 Subject: [PATCH] remove comment todo that is already done --- lib/permission/permissions.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/permission/permissions.js b/lib/permission/permissions.js index 0a1aaefc..ec89db5a 100644 --- a/lib/permission/permissions.js +++ b/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 },