Skip to content

Commit

Permalink
Update src/nonRdfData.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Vincent <Vinnl@users.noreply.github.com>
  • Loading branch information
NSeydoux and Vinnl committed Jun 3, 2020
1 parent b811e17 commit 41b82c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nonRdfData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ export async function fetchFile(
...defaultGetFileOptions,
...options,
};
return config.fetch(input, options.init);
return config.fetch(input, config.init);
}

0 comments on commit 41b82c0

Please sign in to comment.