🔀 Merge branch 'feature/rocketchat-node' of https://github.com/RicardoE105/n8n into RicardoE105-feature/rocketchat-node

This commit is contained in:
Jan Oberhauser
2019-11-13 14:29:47 +01:00
6 changed files with 618 additions and 1 deletions

View File

@@ -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)) {