mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 09:36:44 +00:00
fix(core): Improve browserId checks, and add logging (#9161)
This commit is contained in:
committed by
GitHub
parent
135ef75add
commit
ff9ae549fd
13
patches/@types__express-serve-static-core@4.17.43.patch
Normal file
13
patches/@types__express-serve-static-core@4.17.43.patch
Normal file
@@ -0,0 +1,13 @@
|
||||
diff --git a/index.d.ts b/index.d.ts
|
||||
index 5cc36f5760c806a76ee839bfb67c419c9cb48901..8ef0bf74f0f31741b564fe37f040144526e98eb5 100644
|
||||
--- a/index.d.ts
|
||||
+++ b/index.d.ts
|
||||
@@ -646,7 +646,7 @@ export interface Request<
|
||||
|
||||
query: ReqQuery;
|
||||
|
||||
- route: any;
|
||||
+ route?: Pick<IRoute, 'path' | 'stack'>;
|
||||
|
||||
signedCookies: any;
|
||||
|
||||
Reference in New Issue
Block a user