Skip to content
This repository has been archived by the owner on Oct 28, 2019. It is now read-only.

Commit

Permalink
Fix values function
Browse files Browse the repository at this point in the history
  • Loading branch information
Dufgui committed Oct 30, 2019
1 parent cdc9d09 commit 1ea55ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/jhipsteruml.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ async function main() {
});
}

exportToJSON(entities, values(entityIdsByName), parsedData, entityNamesToGenerate);
exportToJSON(entities, Object.values(entityIdsByName), parsedData, entityNamesToGenerate);
EntityGenerator.generateEntities(Object.keys(entities), parsedData.classes, entityNamesToGenerate, options);

function initParserFactoryArgs() {
Expand Down

0 comments on commit 1ea55ec

Please sign in to comment.