Skip to content

Commit 3395ac8

Browse files
debug: get admin/bonds working, removing logs
1 parent b26538b commit 3395ac8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: src/components/OfferModal/OfferModal.jsx

+1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ const OfferModal = ({ offer, onClose }) => {
4646
try {
4747

4848
const response = await axios.post(`${BACKEND_URL}/auctions/${offer.auction_id}/offer`, {
49+
userId: localStorage.getItem('userId'),
4950
bondId: selectedBond.request_id,
5051
fixture_id: selectedBond.fixture_id,
5152
league_name: selectedBond.league_name,

0 commit comments

Comments
 (0)