Skip to content

Commit

Permalink
Merge branch 'main' into beta59
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoshinonyaruko authored Nov 28, 2023
2 parents 6dfb151 + 6b176ad commit aac1bd9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Processor/Processor.go
Original file line number Diff line number Diff line change
Expand Up @@ -522,6 +522,7 @@ func parseOrDefault(s string, defaultValue string) (int64, error) {
if err == nil && value != 0 {
return value, nil
}

return strconv.ParseInt(defaultValue, 10, 64)
}

Expand Down

0 comments on commit aac1bd9

Please sign in to comment.