Skip to content

Commit d2899ee

Browse files
committed
lint
1 parent aaf3e8b commit d2899ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/rdfToJsonld.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ function rdfToJsonld (triples, config) {
155155
}
156156
}
157157

158-
for (const [name, graph] of Object.entries(graphMap)) {
158+
for (const graph of Object.values(graphMap)) {
159159
const nil = graph[RDF__NIL];
160160
if (!nil) {
161161
continue;

0 commit comments

Comments
 (0)