mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 19:32:15 +00:00
Fixed some old debug output.
This commit is contained in:
@@ -36,8 +36,6 @@ export async function SIGNL4ApiRequest(this: IHookFunctions | IExecuteFunctions,
|
|||||||
}
|
}
|
||||||
catch (error) {
|
catch (error) {
|
||||||
|
|
||||||
throw new Error(`I am behind. Status: ${JSON.stringify(teamsecret)}`);
|
|
||||||
|
|
||||||
if (error && error.message) {
|
if (error && error.message) {
|
||||||
throw new Error(`Error sending the SIGNL4 request. Error: ${JSON.stringify(error.message)}`);
|
throw new Error(`Error sending the SIGNL4 request. Error: ${JSON.stringify(error.message)}`);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user