Skip to content

Commit

Permalink
Merge pull request #19 from TREEcg/ajuvercr-patch-1
Browse files Browse the repository at this point in the history
Update CBDShapeExtractor.ts: actually use fetch
  • Loading branch information
pietercolpaert authored Feb 23, 2024
2 parents ff08c2d + 825e765 commit c616412
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/CBDShapeExtractor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ export class CBDShapeExtractor {
) {
this.options = {
cbdDefaultGraph: options.cbdDefaultGraph || false,
fetch: option.fetch,

Check failure on line 42 in lib/CBDShapeExtractor.ts

View workflow job for this annotation

GitHub Actions / Benchmark for extraction algorithm (inband)

Cannot find name 'option'. Did you mean 'options'?
};
if (!dereferencer) {
this.dereferencer = rdfDereference;
Expand Down

0 comments on commit c616412

Please sign in to comment.