Skip to content

Commit

Permalink
chore: fix not implemented module return value
Browse files Browse the repository at this point in the history
  • Loading branch information
guoxianzhe committed Mar 19, 2024
1 parent dc46c16 commit 6ab979c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/rtc/src/engine/IrisRtcEngine.ts
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ export class IrisRtcEngine implements ApiInterceptor {

// TODO(guoxianze): Temporarily return ERR_NOT_SUPPORTED, for not implemented module.
return this.returnResult(
true,
false,
-NATIVE_RTC.ERROR_CODE_TYPE.ERR_NOT_SUPPORTED
);

Check warning on line 181 in packages/rtc/src/engine/IrisRtcEngine.ts

View workflow job for this annotation

GitHub Actions / Coverage annotations (🧪 jest-coverage-report-action)

🧾 Statement is not covered

Warning! Not covered statement
}

Check warning on line 182 in packages/rtc/src/engine/IrisRtcEngine.ts

View workflow job for this annotation

GitHub Actions / Coverage annotations (🧪 jest-coverage-report-action)

🌿 Branch is not covered

Warning! Not covered branch
Expand Down

0 comments on commit 6ab979c

Please sign in to comment.