Merge branch 'main' into pr/point_refactor

This commit is contained in:
Vukašin Stepanović
2023-02-16 16:43:24 +00:00
132 changed files with 1048 additions and 1329 deletions

View File

@@ -101,7 +101,7 @@ impl UPCAReader {
Ok(upcaRXingResult)
} else {
Err(Exceptions::NotFoundException(None))
Err(Exceptions::notFound)
}
}
}