This commit is contained in:
Andrew Kingston 2024-09-16 15:09:15 +01:00
parent 7406812b18
commit 93751f3915
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@
// Converts a node structure back into a role doc
const nodeToRole = node => {
const role = $roles.find(x => x._id === node.id)
const inherits = $edges.filter(x => x.target === node.id).map(x => x.source)
// const inherits = $edges.filter(x => x.target === node.id).map(x => x.source)
// TODO save inherits array
return {
...role,