Skip to content

Commit 30550b4

Browse files
committed
Update abort-signal.ts
1 parent 7980aa8 commit 30550b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/plugins/web/abort-signal.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ const AbortControllerFactoryPlugin = /* @__PURE__ */ createPlugin<object, {}>({
5454
},
5555
});
5656

57-
const AbortSignalPlugin = createPlugin<
57+
const AbortSignalPlugin = /* @__PURE__ */ createPlugin<
5858
AbortSignal,
5959
{ reason?: SerovalNode; controller?: SerovalNode; factory?: SerovalNode }
6060
>({

0 commit comments

Comments
 (0)