Skip to content

Commit 3c29ee7

Browse files
committed
f
1 parent 7e55057 commit 3c29ee7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FetchOpaqueInterceptor.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export interface FetchOpaque {
1313
[symbols.kRequestStartTime]: number;
1414
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
1515
// @ts-ignore
16-
[symbols.kEnableRequestTiming]: number;
16+
[symbols.kEnableRequestTiming]: boolean;
1717
}
1818

1919
// const internalOpaque = {

0 commit comments

Comments
 (0)