Skip to content

Commit 22d62f5

Browse files
committed
fix ci?
1 parent 3e3d4e3 commit 22d62f5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/html5-qrcode-scanner.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -795,7 +795,7 @@ export class Html5QrcodeScanner {
795795
{ display: "none", marginLeft: "5px" },
796796
// Callback in case of torch action failure.
797797
(errorMessage) => {
798-
$this.torchButtonErrorCallback(Html5QrcodeErrorFactory.createFrom(errorMessage))
798+
$this.torchButtonErrorCallback(Html5QrcodeErrorFactory.createFrom(errorMessage));
799799
}
800800
);
801801
} else {
@@ -1013,6 +1013,7 @@ export class Html5QrcodeScanner {
10131013
messageDiv.style.display = "none";
10141014
}
10151015

1016+
/*eslint complexity: ["error", 5]*/
10161017
public setHeaderMessage(
10171018
messageText: string, scannerStatus?: Html5QrcodeScannerStatus) {
10181019
if (!scannerStatus) {

0 commit comments

Comments
 (0)