From fcb84b26cbd6b8c30869cf1adb07fdc23a071dac Mon Sep 17 00:00:00 2001 From: Emile Date: Mon, 21 Oct 2019 11:49:03 +0200 Subject: updated the database name --- src/structs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/structs.go') diff --git a/src/structs.go b/src/structs.go index c70ecb4..d7fcdcf 100644 --- a/src/structs.go +++ b/src/structs.go @@ -17,7 +17,7 @@ type Challenge struct { type StrippedChallenge struct { Name string `json:"name"` Description string `json:"description"` - FlagHash string `json:"flaghash"` + FlagHash string `json:"flag_hash"` Container string `json:"container"` Category string `json:"category"` Points int `json:"points"` -- cgit 1.4.1