mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-27 12:52:34 +00:00
Merge branch 'main' into pr/point_refactor
This commit is contained in:
@@ -61,7 +61,7 @@ impl Reader for AztecReader {
|
||||
} else if let Ok(det) = detector.detect(true) {
|
||||
det
|
||||
} else {
|
||||
return Err(Exceptions::NotFoundException(None));
|
||||
return Err(Exceptions::notFound);
|
||||
};
|
||||
|
||||
let points = detectorRXingResult.getPoints();
|
||||
|
||||
Reference in New Issue
Block a user