Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: allow slash character into appname #237

Closed

Conversation

douglasdgoulart
Copy link

Problem

When trying to add an appname with a slash like 'live/0' the parseTs function was returning an invalid key.

Solution

After searching I saw that the function was considered to have always a slice of 3 positions and ignored the last one.
So, I changed the function to receive all but the last element, without considering the slice size.

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.

None yet

1 participant