1
0
forked from poc/pds

Remove unnecessary blank line in cameraCapture function

This commit is contained in:
dhanabalan
2025-11-02 16:07:36 +05:30
parent ff69f2b58f
commit 4749e459fe

View File

@@ -801,7 +801,6 @@ function cameraCapture() {
console.log("✅ OCR Worker Ready");
},
async switchCamera() {
this.currentFacingMode = this.currentFacingMode === 'user' ? 'environment' : 'user';
await this.initCamera();