From 69ffe12732a953ef1345668b2e34310e31009036 Mon Sep 17 00:00:00 2001 From: Adeilson Silva Date: Fri, 20 Jun 2025 11:28:19 -0300 Subject: [PATCH] Update base.ts --- src/modules/base.ts | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/modules/base.ts b/src/modules/base.ts index 9fa7c09..6fba70b 100644 --- a/src/modules/base.ts +++ b/src/modules/base.ts @@ -21,8 +21,7 @@ export class Base { baseURL: this.config.baseURL, url: path, headers: { - 'Content-Type': 'application/json', - 'X-MEXC-APIKEY': this.config.apiKey + 'Content-Type': 'application/json' } }) } @@ -46,4 +45,4 @@ export class Base { } }) } -} \ No newline at end of file +}