bruno
bruno copied to clipboard
[Bug] Error importing Postman Collection with [ ] symbols in it's name #1651
Fixes an issue with importing Postman collections that have square brackets in their names. This change sanitizes the collection name by removing square brackets, preventing import errors and crashes. Resolves issue #1651.
@bpoulaindev Can you review this?