fix: Set '@typescript-eslint/return-await' rule to 'always' for node code (no-changelog) (#8363)
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
This commit is contained in:
@@ -33,7 +33,7 @@ export async function twilioApiRequest(
|
||||
json: true,
|
||||
};
|
||||
|
||||
return this.helpers.requestWithAuthentication.call(this, 'twilioApi', options);
|
||||
return await this.helpers.requestWithAuthentication.call(this, 'twilioApi', options);
|
||||
}
|
||||
|
||||
const XML_CHAR_MAP: { [key: string]: string } = {
|
||||
|
||||
Reference in New Issue
Block a user