🐛 Fix edit question lost it answer
This commit is contained in:
parent
748f442cbc
commit
b756a9f19c
@ -220,6 +220,7 @@ func editQuestion(c *fiber.Ctx) error {
|
|||||||
Attachments: data.Attachments,
|
Attachments: data.Attachments,
|
||||||
},
|
},
|
||||||
Reward: body.Reward,
|
Reward: body.Reward,
|
||||||
|
Answer: body.Answer,
|
||||||
}
|
}
|
||||||
|
|
||||||
var newBodyMapping map[string]any
|
var newBodyMapping map[string]any
|
||||||
|
Loading…
x
Reference in New Issue
Block a user