mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 09:36:44 +00:00
fix(Email Trigger (IMAP) Node): Handle attachments correctly (#9410)
This commit is contained in:
committed by
GitHub
parent
bf549301df
commit
68a6c81729
10
patches/@types__uuencode@0.0.3.patch
Normal file
10
patches/@types__uuencode@0.0.3.patch
Normal file
@@ -0,0 +1,10 @@
|
||||
diff --git a/index.d.ts b/index.d.ts
|
||||
index f8f89c567f394a538018bfdf11c28dc15e9c9fdc..f3d1cd426711f1f714744474604bd7e321073983 100644
|
||||
--- a/index.d.ts
|
||||
+++ b/index.d.ts
|
||||
@@ -1,4 +1,4 @@
|
||||
/// <reference types="node"/>
|
||||
|
||||
-export function decode(str: string | Buffer): string;
|
||||
+export function decode(str: string | Buffer): Buffer;
|
||||
export function encode(str: string | Buffer): string;
|
||||
Reference in New Issue
Block a user