Skip to content

Commit

Permalink
Remove reindexAIP phase when no storage is found
Browse files Browse the repository at this point in the history
  • Loading branch information
hmiguim committed Jul 4, 2024
1 parent 32e6d72 commit 09b4db5
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -773,8 +773,6 @@ public FileVisitResult preVisitDirectory(final Path dir, final BasicFileAttribut

getIndexService().reindexRisks(fileStorageService);
getIndexService().reindexRepresentationInformation(fileStorageService);
getIndexService().reindexAIPs();
// reindex other default objects HERE
}
} catch (AuthorizationDeniedException | RequestNotValidException | NotFoundException | GenericException
| IOException e) {
Expand Down

0 comments on commit 09b4db5

Please sign in to comment.