⚡ Improvements on AWS SES Node (#1029)
* ⚡ Improvements * ⚡ Remove unnecessary change
This commit is contained in:
@@ -29,6 +29,8 @@ export async function awsApiRequest(this: IHookFunctions | IExecuteFunctions | I
|
||||
body: signOpts.body,
|
||||
};
|
||||
|
||||
console.log(options);
|
||||
|
||||
try {
|
||||
return await this.helpers.request!(options);
|
||||
} catch (error) {
|
||||
|
||||
Reference in New Issue
Block a user