diff --git a/src/CCashClient.ts b/src/CCashClient.ts index 43dc9d8..9c30237 100644 --- a/src/CCashClient.ts +++ b/src/CCashClient.ts @@ -41,7 +41,7 @@ export class CCashClient implements ICCashClient { amount: number ): Promise { return this.http - .post(`/${user}/send/${to}`, { + .post(`/${user}/send/${to}`, undefined, { headers: { Password: pass }, params: { amount }, })