Merge branch 'master' into voice

This commit is contained in:
ouwou
2023-05-14 20:15:15 -04:00
4 changed files with 15 additions and 1 deletions

View File

@@ -542,7 +542,7 @@ void from_json(const nlohmann::json &j, VerificationFieldObject &m) {
}
void from_json(const nlohmann::json &j, VerificationGateInfoObject &m) {
JS_O("description", m.Description);
JS_ON("description", m.Description);
JS_O("form_fields", m.VerificationFields);
JS_O("version", m.Version);
JS_O("enabled", m.Enabled);