mirror of
https://git.victorphan.net/basketballcantho/Teedy_custom.git
synced 2026-08-05 22:03:11 +07:00
Fix OCR all files batch
This commit is contained in:
@@ -155,8 +155,7 @@ public class AppResource extends BaseResource {
|
||||
checkBaseFunction(BaseFunction.ADMIN);
|
||||
|
||||
// Raise a OCR file event
|
||||
OcrFileAsyncEvent ocrFileAsyncEvent = new OcrFileAsyncEvent();
|
||||
AppContext.getInstance().getAsyncEventBus().post(ocrFileAsyncEvent);
|
||||
AppContext.getInstance().getAsyncEventBus().post(new OcrFileAsyncEvent());
|
||||
|
||||
JSONObject response = new JSONObject();
|
||||
response.put("status", "ok");
|
||||
|
||||
Reference in New Issue
Block a user