Fix indentation on Stripe-Trigger Node

This commit is contained in:
Jan Oberhauser
2020-05-12 00:06:51 +02:00
parent 3267006921
commit f982854245
3 changed files with 810 additions and 810 deletions

View File

@@ -21,7 +21,7 @@ export async function stripeApiRequest(this: IHookFunctions | IExecuteFunctions,
const options = {
method,
auth: {
user: credentials.secretKey as string,
user: credentials.secretKey as string,
},
form: body,
qs: query,