@@ -37,7 +37,10 @@ func main() {
panic(err.Error())
}
json.Unmarshal(raw_config, &c)
if err := json.Unmarshal(raw_config, &c); err != nil {
if err := c.Validate(); err != nil {
The note is not visible to the blocked user.