Skip to content

Commit

Permalink
Small tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
KristofVDB1 committed Dec 4, 2024
1 parent a8c11bf commit 3777e9e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,6 @@ export abstract class ConverterHandler<T extends EaObject> {
quads: RDF.Quad[],
): void {
values.forEach((value) => {
// console.log(value);
quads.push(this.df.quad(objectInternalId, predicate, value, graph));
});
}
Expand Down
2 changes: 1 addition & 1 deletion packages/oslo-converter-uml-ea/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
},
"dependencies": {
"@oslo-flanders/core": "^0.0.18-alpha.0",
"@oslo-flanders/ea-uml-extractor": "^0.0.31-alpha.0",
"@oslo-flanders/ea-uml-extractor": "^0.0.32-alpha.0",
"@oslo-flanders/output-handlers": "^0.0.4-alpha.0",
"inversify": "^6.0.1",
"n3": "^1.16.2",
Expand Down

0 comments on commit 3777e9e

Please sign in to comment.