Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gcardonag committed Jan 20, 2025
1 parent 778c5cb commit 4ffccce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/firebase/functionalTest.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const testData = await fetch('/testData.json').then(response =>
const testData = await fetch('./testData.json').then(response =>
response.json()
);

Expand Down

0 comments on commit 4ffccce

Please sign in to comment.