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: strconv.Atoi: strconv.Atoi: parsing "": invalid syntax #74

Merged
merged 2 commits into from
Mar 31, 2023
Merged

fix: strconv.Atoi: strconv.Atoi: parsing "": invalid syntax #74

merged 2 commits into from
Mar 31, 2023

Conversation

rohitaro
Copy link

The else only works if there is a row in the config.

But if there is no existing value set it is a empty string and it can not convert to integer.

Error: failed reading target delay in RDS config: strconv.Atoi: parsing "": invalid syntax

Copy link
Owner

@petoju petoju left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good

@petoju petoju merged commit 2534f38 into petoju:master Mar 31, 2023
@petoju
Copy link
Owner

petoju commented Mar 31, 2023

Released in v3.0.33

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