mirror of
https://github.com/suitenumerique/meet.git
synced 2026-07-27 20:29:09 +00:00
ed5c1bbd84
The previous replace usage was too broad and could remove multiple occurrences, which was not the original intention. Replace the replace call with removeprefix, which more accurately matches the expected behavior by only removing the prefix when present at the start of the string.