* Verbose

This commit is contained in:
Daniel Legt 2022-05-21 14:34:46 +03:00
parent b9716c87ed
commit b079c0f637
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ import (
func main() { func main() {
// Load environment variables, ignore if any errors come up // Load environment variables, ignore if any errors come up
godotenv.Load() _ = godotenv.Load()
dm, isDevelopment := os.LookupEnv("DEV_MODE") dm, isDevelopment := os.LookupEnv("DEV_MODE")
if !isDevelopment && dm == "0" { if !isDevelopment && dm == "0" {