Skip to content

Fix typo introduced in !74817

Baptiste Ravina requested to merge ravinab-main-patch-b2b8 into main

Quick bugfix for !74817 (merged) - we are appending && something to a string, so of course it should have been string += instead of string =.

Merge request reports