Fix user mentioning

This commit is contained in:
Manuel Rüger
2023-06-05 22:51:13 +02:00
parent 278488ed88
commit 22bf46026b
6 changed files with 18 additions and 18 deletions

View File

@@ -17,8 +17,8 @@ import (
)
type User struct {
AccountID string `json:"accountId"`
UserKey string `json:"userKey"`
AccountID string `json:"accountId,omitempty"`
UserKey string `json:"userKey,omitempty"`
}
type API struct {