Skip to content

Commit

Permalink
fixup!
Browse files Browse the repository at this point in the history
Signed-off-by: Ferdinand Thiessen <[email protected]>
  • Loading branch information
susnux authored Jan 28, 2025
1 parent 321b65e commit e9e57fb
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ private function restoreUserColorsFallback(IOutput $output): void {
$qb->expr()->notIn('userid', $qb->createFunction($subquery)),
);

$output->warning($qb->getSQL());
$qb->executeStatement();
}
}

0 comments on commit e9e57fb

Please sign in to comment.