Skip to content

Commit ee7f33d

Browse files
ahmedAlaaInstabugHeshamMegid
authored andcommitted
fix: lint issue
1 parent d048716 commit ee7f33d

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
@@ -64,7 +64,7 @@ export const init = (config: InstabugConfig) => {
6464
captureUnhandledRejections();
6565

6666
// Default networkInterceptionMode to JavaScript
67-
if (!config.networkInterceptionMode) {
67+
if (config.networkInterceptionMode == null) {
6868
config.networkInterceptionMode = NetworkInterceptionMode.javascript;
6969
}
7070

0 commit comments

Comments
 (0)