Refactor: 사용자 저장시 COMPLETED로 변경
This commit is contained in:
parent
bcfc949140
commit
cf480633de
@ -255,7 +255,7 @@ public class ImageService {
|
|||||||
|
|
||||||
String dataPath = image.getDataPath();
|
String dataPath = image.getDataPath();
|
||||||
s3UploadService.uploadJson(data, dataPath);
|
s3UploadService.uploadJson(data, dataPath);
|
||||||
image.updateStatus(LabelStatus.IN_PROGRESS);
|
image.updateStatus(LabelStatus.COMPLETED);
|
||||||
imageRepository.save(image);
|
imageRepository.save(image);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user