mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
⚡ Fix indentation on Stripe-Trigger Node
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user