Skip to content

Commit

Permalink
TEST
Browse files Browse the repository at this point in the history
  • Loading branch information
APandamonium1 committed Jul 26, 2024
1 parent 186b709 commit a8f70d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ func SessionCookie() (string, error) {
// return sessionCookieStore, fmt.Errorf("SESSION_COOKIE_STORE is not set in the environment variables")
// }

sessionCookieStore, found := os.LookupEnv("SESSION_COOKIE_STORE")
sessionCookieStore, found := os.LookupEnv("COOKIESTORE")
if !found {
log.Fatalf("SESSION_COOKIE_STORE is not set in the environment variables")
}
Expand Down

0 comments on commit a8f70d5

Please sign in to comment.