about summary refs log tree commit diff
path: root/src/structs.go
diff options
context:
space:
mode:
authorEmile <hanemile@protonmail.com>2019-10-21 11:49:03 +0200
committerEmile <hanemile@protonmail.com>2019-10-21 11:49:03 +0200
commitfcb84b26cbd6b8c30869cf1adb07fdc23a071dac (patch)
tree45fe3728fcd945ee1823c455568cd038c9c64812 /src/structs.go
parentf6ff659b2ccb51d1b558c31e5a5e126cbeef9979 (diff)
updated the database name
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"`