about summary refs log tree commit diff
path: root/src/structs.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/structs.go')
-rw-r--r--src/structs.go2
1 files changed, 1 insertions, 1 deletions
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"`