Skip to content

Commit aaf3e8b

Browse files
committed
semistandard
1 parent c08a12c commit aaf3e8b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/rdfToJsonld.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,6 @@ function rdfToJsonld (triples, config) {
156156
}
157157

158158
for (const [name, graph] of Object.entries(graphMap)) {
159-
const graph = graphMap[name];
160159
const nil = graph[RDF__NIL];
161160
if (!nil) {
162161
continue;

0 commit comments

Comments
 (0)