Browse Source

Update src/config/settings.go

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
pull/156/head
Abdul Rahman 2 years ago
committed by GitHub
parent
commit
40bed0e746
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      src/config/settings.go

1
src/config/settings.go

@ -48,4 +48,3 @@ func getEnvAsInt64(key string, defaultValue int64) int64 {
}
return defaultValue
}
}
Loading…
Cancel
Save