mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
🐛 Fix bug with activating some trigger nodes #1715
This commit is contained in:
@@ -180,7 +180,7 @@ export class GetResponseTrigger implements INodeType {
|
||||
}
|
||||
}
|
||||
} catch (error) {
|
||||
if (error.message.includes('[404]')) {
|
||||
if (error.httpCode === '404') {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user