Skip to content

Commit

Permalink
fix fetch call
Browse files Browse the repository at this point in the history
  • Loading branch information
freddycoppa committed Jul 19, 2024
1 parent de08a26 commit dfaf5b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion load-formulas.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
fetch(new './formula-library.json')
fetch('./formula-library.json')
.then(res => res.json())
.then(async data => {
for (const [ name, exprString ] of data)
Expand Down

0 comments on commit dfaf5b7

Please sign in to comment.