Remove unnecessary blank line in cameraCapture function
This commit is contained in:
@@ -801,7 +801,6 @@ function cameraCapture() {
|
||||
console.log("✅ OCR Worker Ready");
|
||||
},
|
||||
|
||||
|
||||
async switchCamera() {
|
||||
this.currentFacingMode = this.currentFacingMode === 'user' ? 'environment' : 'user';
|
||||
await this.initCamera();
|
||||
|
||||
Reference in New Issue
Block a user