Update watcher function. Add tests
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
type Params = {
|
||||
req: Request;
|
||||
};
|
||||
export default function bunextRequestHandler({ req, }: Params): Promise<Response>;
|
||||
export default function bunextRequestHandler({ req: initial_req, }: Params): Promise<Response>;
|
||||
export {};
|
||||
|
||||
Reference in New Issue
Block a user