change refill amount

This commit is contained in:
smanylov
2026-02-24 11:05:00 +07:00
parent 332788a77a
commit 97b24cfadf
+2 -2
View File
@@ -145,7 +145,7 @@ export async function referralRefill() {
message_body: {
action: 'refill',
token: token,
amount: 1,
amount: 2000,
}
}),
headers: {
@@ -159,7 +159,7 @@ export async function referralRefill() {
console.log({
action: 'refill',
token: token,
amount: 1,
amount: 2000,
})
let parsed = await response.json();
console.log(parsed);