Skip to content

Commit

Permalink
Fixes support for testdata breaking prod build
Browse files Browse the repository at this point in the history
  • Loading branch information
gcardonag committed Jan 20, 2025
1 parent 62a14a3 commit 778c5cb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
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 778c5cb

Please sign in to comment.