mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 10:31:15 +00:00
👕 Fix lint issue
This commit is contained in:
@@ -259,6 +259,7 @@ export class ActiveWorkflows {
|
|||||||
await triggerResponse.closeFunction();
|
await triggerResponse.closeFunction();
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
Logger.error(
|
Logger.error(
|
||||||
|
// eslint-disable-next-line @typescript-eslint/no-unsafe-member-access, @typescript-eslint/restrict-template-expressions
|
||||||
`There was a problem deactivating trigger of workflow "${id}": "${error.message}"`,
|
`There was a problem deactivating trigger of workflow "${id}": "${error.message}"`,
|
||||||
{
|
{
|
||||||
workflowId: id,
|
workflowId: id,
|
||||||
@@ -276,6 +277,7 @@ export class ActiveWorkflows {
|
|||||||
await pollResponse.closeFunction();
|
await pollResponse.closeFunction();
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
Logger.error(
|
Logger.error(
|
||||||
|
// eslint-disable-next-line @typescript-eslint/no-unsafe-member-access, @typescript-eslint/restrict-template-expressions
|
||||||
`There was a problem deactivating polling trigger of workflow "${id}": "${error.message}"`,
|
`There was a problem deactivating polling trigger of workflow "${id}": "${error.message}"`,
|
||||||
{
|
{
|
||||||
workflowId: id,
|
workflowId: id,
|
||||||
|
|||||||
Reference in New Issue
Block a user