mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
⚡ Remove debug code
This commit is contained in:
@@ -46,10 +46,6 @@ export async function sentryIoApiRequest(this: IHookFunctions | IExecuteFunction
|
|||||||
Authorization: `Bearer ${credentials?.token}`,
|
Authorization: `Bearer ${credentials?.token}`,
|
||||||
};
|
};
|
||||||
|
|
||||||
console.log('options');
|
|
||||||
console.log(options);
|
|
||||||
|
|
||||||
|
|
||||||
//@ts-ignore
|
//@ts-ignore
|
||||||
return this.helpers.request(options);
|
return this.helpers.request(options);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user