Fix last commit

This commit is contained in:
video-prize-ranch 2023-07-19 23:54:12 +00:00
parent 51f9bf4750
commit 4ea167fde0
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ import (
func main() {
envPath := flag.String("c", ".env", "Path to env file")
_ := godotenv.Load(*envPath)
godotenv.Load(*envPath)
utils.LoadConfig()
pages.InitializeApiClient()