Skip to content

Commit

Permalink
do not remove non-yet-members during migration
Browse files Browse the repository at this point in the history
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
  • Loading branch information
ArtificialOwl committed Aug 3, 2021
1 parent d15c950 commit bcbb663
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Migration/RemoveDeadShares.php
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ public function run(IOutput $output) {
}

try {
$this->membersRequest->removeMember($member);
// $this->membersRequest->removeMember($member);
} catch (\Exception $e) {
}
}
Expand Down

0 comments on commit bcbb663

Please sign in to comment.