remove extra slash
This commit is contained in:
parent
c077c0d8c0
commit
f40593185a
@ -210,7 +210,7 @@ async function processDepositGroupImpl(
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
const perm = depositPermissions[i];
|
const perm = depositPermissions[i];
|
||||||
const url = new URL(`/coins/${perm.coin_pub}/deposit`, perm.exchange_url);
|
const url = new URL(`coins/${perm.coin_pub}/deposit`, perm.exchange_url);
|
||||||
const httpResp = await ws.http.postJson(url.href, {
|
const httpResp = await ws.http.postJson(url.href, {
|
||||||
contribution: Amounts.stringify(perm.contribution),
|
contribution: Amounts.stringify(perm.contribution),
|
||||||
wire: depositGroup.wire,
|
wire: depositGroup.wire,
|
||||||
|
Loading…
Reference in New Issue
Block a user