Skip to content

Commit

Permalink
Code style
Browse files Browse the repository at this point in the history
  • Loading branch information
avvertix committed Jul 16, 2018
1 parent 41d9029 commit ab8ecdd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ public function destroy(AuthGuard $auth, Request $request, $id)
$collections->each(function ($c) use ($user, $duplicate) {
$this->service->addDocumentToGroup($user, $duplicate->duplicateOf, $c, false);
});
try{
try {
$this->service->triggerReindex($duplicate->duplicateOf);
}catch(Exception $ex){
} catch (Exception $ex) {
Log::warning('Reindex not triggered or failed after duplicates handling.');
}
});
Expand Down

0 comments on commit ab8ecdd

Please sign in to comment.