Skip to content

Commit c4e1a52

Browse files
committed
chore: block the contribution procedure
1 parent 66edfa1 commit c4e1a52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hooks/use-buy-fraction.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ const useHandleBuyFraction = (
7171
const myAmount = BigInt(order.price) * amount;
7272
const tx = await call({ value: myAmount });
7373

74-
fetch("/api/contributions", {
74+
await fetch("/api/contributions", {
7575
method: "POST",
7676
headers: {
7777
"Content-Type": "application/json",

0 commit comments

Comments
 (0)