Skip to content

Commit

Permalink
👽 Force bookstore list update
Browse files Browse the repository at this point in the history
  • Loading branch information
nwingt authored Dec 1, 2023
1 parent aedb91b commit 19d7604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/api/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -456,4 +456,4 @@ export const getNftBookBuyerMessage = classId =>

export const fetchBookstoreItems = () => `${EXTERNAL_HOST}/api/bookstore/items`;

export const fetchBookstoreLists = () => `${EXTERNAL_HOST}/api/bookstore/lists`;
export const fetchBookstoreLists = () => `${EXTERNAL_HOST}/api/bookstore/lists?t=1701404376`;

Check failure on line 459 in src/util/api/index.js

View workflow job for this annotation

GitHub Actions / Deploy

Insert `⏎·`

Check failure on line 459 in src/util/api/index.js

View workflow job for this annotation

GitHub Actions / CI

Insert `⏎·`

0 comments on commit 19d7604

Please sign in to comment.