mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
🔀 Merge branch 'feature/rocketchat-node' of https://github.com/RicardoE105/n8n into RicardoE105-feature/rocketchat-node
This commit is contained in:
@@ -36,7 +36,7 @@ enum Source {
|
||||
Chat = 7,
|
||||
Mobihelp = 8,
|
||||
FeedbackWidget = 9,
|
||||
OutboundEmail = 10
|
||||
OutboundEmail = 10,
|
||||
}
|
||||
|
||||
interface ICreateTicketBody {
|
||||
@@ -683,6 +683,7 @@ export class Freshdesk implements INodeType {
|
||||
// @ts-ignore
|
||||
source: Source[capitalize(source)]
|
||||
};
|
||||
|
||||
if (requester === 'requesterId') {
|
||||
// @ts-ignore
|
||||
if (isNaN(value)) {
|
||||
|
||||
Reference in New Issue
Block a user