Skip to content

Commit

Permalink
refactor: remove includeName argument (#1123)
Browse files Browse the repository at this point in the history
  • Loading branch information
timdeschryver committed Apr 11, 2022
1 parent 84c7290 commit 2b69154
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/queries/role.js
Expand Up @@ -246,7 +246,6 @@ const getMissingError = (
Array.from(container.children).forEach(childElement => {
roles += prettyRoles(childElement, {
hidden,
includeName: name !== undefined,
includeDescription: description !== undefined,
})
})
Expand Down

0 comments on commit 2b69154

Please sign in to comment.