fix(seven Node): Remove obsolete options and fix typos (#13122)

Co-authored-by: Shireen Missi <94372015+ShireenMissi@users.noreply.github.com>
This commit is contained in:
André
2025-02-27 09:44:29 +01:00
committed by GitHub
parent 8a34f027c5
commit d02c8b0d7d
2 changed files with 2 additions and 31 deletions

View File

@@ -33,7 +33,6 @@ export async function sms77ApiRequest(
if (Object.keys(body).length) {
options.form = body;
body.json = 1;
}
const response = await this.helpers.requestWithAuthentication.call(this, 'sms77Api', options);