This commit is contained in:
Adrian Zuercher
2025-08-22 14:35:04 +02:00
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ package models
import "encoding/json"
type Data struct {
Action string `json:"action"`
Action string `json:"action,omitempty"`
Topic string `json:"topic"`
Data any `json:"data"`
}