Skip to content

Commit d7b6a39

Browse files
ArtificialOwlbackportbot[bot]
authored andcommitted
do not remove non-yet-members during migration
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
1 parent 3e0eae0 commit d7b6a39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Migration/RemoveDeadShares.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ public function run(IOutput $output) {
108108
}
109109

110110
try {
111-
$this->membersRequest->removeMember($member);
111+
// $this->membersRequest->removeMember($member);
112112
} catch (\Exception $e) {
113113
}
114114
}

0 commit comments

Comments
 (0)