Skip to content

Commit ce9811f

Browse files
committed
fix: inconsistency with patch
1 parent 040c0d6 commit ce9811f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/patches/service-worker-mock-response.patch

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
@@ -1,5 +1,6 @@
44
// stubs https://developer.mozilla.org/en-US/docs/Web/API/Response
55
const Body = require('./Body');
6-
+const Blob = require('./Blob')
6+
+const Blob = require('./Blob');
77
const Headers = require('./Headers');
8-
8+
99
const isSupportedBodyType = (body) =>

0 commit comments

Comments
 (0)