Skip to content

Commit

Permalink
feat(generator): add group_name, fix #12772
Browse files Browse the repository at this point in the history
  • Loading branch information
sparanoid authored and simon300000 committed Jan 15, 2023
1 parent 6bf64ec commit a99f8f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions parse.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ module.exports = ({ vtbs, linkSyntax, UUID_NAMESPACE }, keepFilename = false) =>

if (object.group) {
parsed.group = uuidv5(object.group, UUID_NAMESPACE)
parsed.group_name = object.group
} else if (parsed.type === 'group') {
parsed.group = uuid
}
Expand Down

0 comments on commit a99f8f9

Please sign in to comment.