Skip to content

Fix out of index panic #61

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

Merged

Conversation

ElisarEisenbach
Copy link
Contributor

@ElisarEisenbach ElisarEisenbach commented Jan 30, 2024

  • when CurrentIndex == len(Responses)
    it means that if you will try to get responses[CurrentIndex] will make out of index panic.
    we are expecting to panic from here
  • fix typo reponse instead of response

@migueleliasweb
Copy link
Owner

Thanks for the contribution. I'll have a look today 👍.

@migueleliasweb
Copy link
Owner

I'll have a look tonight. Thanks for the PR.

@migueleliasweb migueleliasweb merged commit c59fff9 into migueleliasweb:master Feb 14, 2024
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.

2 participants