fix decrypt password
This commit is contained in:
@@ -26,7 +26,7 @@ public class GetLokasiByIdService implements BaseService<LokasiRequest, LokasiRe
|
||||
throw new BusinessException(HttpStatus.CONFLICT,
|
||||
Constants.ERR_CODE_10001,
|
||||
Constants.ERR_TTL_10001,
|
||||
String.format(Constants.ERR_MSG_10001, input.getId()));
|
||||
String.format(Constants.ERR_MSG_10001, "Lokasi", input.getId()));
|
||||
}
|
||||
|
||||
lokasiResponse.setLokasi(lokasiView.get().getLokasi());
|
||||
|
Reference in New Issue
Block a user