Skip to content

Conversation

@mattisonchao
Copy link
Member

The import function was incorrectly assuming the ID would always contain a '/' separator, causing an index out of range panic when users tried to import with IDs that didn't match the expected 'organization/name' format.

This fix adds validation to check the ID format and provide a clear error message instead of panicking.

Fixes streamnative/eng-support-tickets#3160

The import function was incorrectly assuming the ID would always contain
a '/' separator, causing an index out of range panic when users tried to
import with IDs that didn't match the expected 'organization/name' format.

This fix adds validation to check the ID format and provide a clear error
message instead of panicking.

Fixes streamnative/eng-support-tickets#3160
@mattisonchao mattisonchao requested a review from a team as a code owner September 30, 2025 08:17
@mattisonchao mattisonchao merged commit 742a4c8 into main Oct 23, 2025
1 check passed
@mattisonchao mattisonchao deleted the fix/issue-3160 branch October 23, 2025 12:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants