Skip to content

Commit cd40df7

Browse files
committed
chore: bump vitest and prettier
1 parent 1c89cf1 commit cd40df7

File tree

5 files changed

+643
-1375
lines changed

5 files changed

+643
-1375
lines changed

demo/src/app.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!DOCTYPE html>
1+
<!doctype html>
22
<html lang="en">
33
<head>
44
<meta charset="utf-8" />

files/entry.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ function toRequest(context) {
7575
init.body = Buffer.isBuffer(body)
7676
? body
7777
: typeof rawBody === 'string'
78-
? Buffer.from(rawBody, 'utf-8')
79-
: rawBody;
78+
? Buffer.from(rawBody, 'utf-8')
79+
: rawBody;
8080
}
8181

8282
return new Request(originalUrl, init);

0 commit comments

Comments
 (0)