fix(core): Improve browserId checks, and add logging (#9161)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2024-04-18 15:53:19 +02:00
committed by GitHub
parent 135ef75add
commit ff9ae549fd
8 changed files with 46 additions and 29 deletions

View 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;