Skip to content

Commit

Permalink
fixed missing default value.
Browse files Browse the repository at this point in the history
  • Loading branch information
bengarrett committed Dec 17, 2024
1 parent b458c04 commit 67be1ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions handler/app/context.go
Original file line number Diff line number Diff line change
Expand Up @@ -1787,6 +1787,7 @@ func emptyFiles(c echo.Context) map[string]interface{} {
data["demozoo"] = "0"
data["sixteen"] = ""
data["scener"] = ""
data["tidbits"] = ""
data["website"] = ""
data["unknownYears"] = true
return data
Expand Down

0 comments on commit 67be1ae

Please sign in to comment.