Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ac0801e

Browse files
authored
fix: use correct string type in network diagnostics handler (#1160)
1 parent 4bf62c2 commit ac0801e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/Instabug.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@ export const clearAllExperiments = () => {
550550
};
551551

552552
export type NetworkDiagnosticsHandler = (
553-
date: String,
553+
date: string,
554554
totalRequestCount: number,
555555
failureCount: number,
556556
) => void;

0 commit comments

Comments
 (0)