We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66edfa1 commit c4e1a52Copy full SHA for c4e1a52
hooks/use-buy-fraction.ts
@@ -71,7 +71,7 @@ const useHandleBuyFraction = (
71
const myAmount = BigInt(order.price) * amount;
72
const tx = await call({ value: myAmount });
73
74
- fetch("/api/contributions", {
+ await fetch("/api/contributions", {
75
method: "POST",
76
headers: {
77
"Content-Type": "application/json",
0 commit comments