Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(core/services-oss): remove the
starts_with
(#5036)
The `strip_prefix()` method returns None if the string doesn't start with the prefix, so we don't need to check the prefix before stripping. This change removes the `starts_with()` and simplifies codes.
- Loading branch information