Skip to content

Commit 963c3e7

Browse files
authored
Fix typescript error (#1114)
This line of code fails the typescript compiler check.
1 parent 8ef5d3e commit 963c3e7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

library/src/plugins/actions/fetch.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,6 @@ type ResponseOverrides =
238238
mode?: string
239239
namespace?: string
240240
useViewTransition?: boolean
241-
namespace?: string
242241
}
243242
| {
244243
onlyIfMissing?: boolean

0 commit comments

Comments
 (0)