Skip to content

Commit 0f86a53

Browse files
committed
Fix lint
1 parent 3cc6828 commit 0f86a53

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed
Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
1-
/* global Response */
21
export const config = { runtime: 'edge' };
3-
/**
4-
* @param {Request} req
5-
* @returns {Response}
6-
*/
2+
73
export default async req => {
84
return new Response(await req.text());
95
};

0 commit comments

Comments
 (0)