@@ -52,7 +52,7 @@ public class ImageFoundRequestHandler implements RequestHandler {
|
||||
//TODO uncommited when add billing
|
||||
// GoogleVisionSearchResponse googleVisionSearchResponse = googleVisionSearchService.searchByFileEntity(fileId);
|
||||
|
||||
checkCounterService.incrementCheckCount(fileEntity.getUserId());
|
||||
// checkCounterService.incrementCheckCount(fileEntity.getUserId());
|
||||
|
||||
return new BaseResponse(request.getMsgId(), MessageCode.SUCCESS.getCode(),
|
||||
MessageCode.SUCCESS.getDescription(), response);
|
||||
|
||||
Reference in New Issue
Block a user