Skip to content

Commit

Permalink
todo comment
Browse files Browse the repository at this point in the history
  • Loading branch information
JavokhirAbdullayev committed Jan 8, 2024
1 parent 6a1a6ef commit b8ac2ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/folio/inventory/resources/Instances.java
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ private void softDelete(RoutingContext routingContext) {
if (instance != null) {
updateVisibility(instance, routingContext, instanceCollection);
if (isInstanceControlledByRecord(instance)) {
updateSuppressFromDiscoveryFlag(webContext, instance); //
updateSuppressFromDiscoveryFlag(webContext, instance); //todo: will be replaced by soft delete by instance
}
} else {
ClientErrorResponse.notFound(routingContext.response());
Expand Down

0 comments on commit b8ac2ec

Please sign in to comment.