Skip to content

Commit 58054d0

Browse files
fix: Remove duplicated imports of typedefs (jsdocs)
1 parent 6797ca7 commit 58054d0

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

lib/presets/custom/next/compute/handler.js

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import { FetchEvent } from '#typedef';
2-
31
/* eslint-disable import/no-unresolved */
42
// .edge files are dynamically generated
53
import { assets } from './.edge/next-build/statics.js';
@@ -9,7 +7,7 @@ const createServer =
97

108
/**
119
* Handles the 'fetch' event.
12-
* @param {FetchEvent} event - The fetch event.
10+
* @param {any} event - The fetch event.
1311
* @returns {Promise<Response>} The response for the request.
1412
*/
1513
// eslint-disable-next-line

lib/providers/azion/worker.js

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import { FetchEvent } from '#typedef';
2-
31
/* eslint-disable */
42
__HANDLER__;
53

0 commit comments

Comments
 (0)