Fixing incorrect json conversion for OwnerId (#10475)

Этот коммит содержится в:
Christopher Speller
2019-03-19 12:59:57 -07:00
коммит произвёл GitHub
родитель a9c327c068
Коммит e67f6b07ad

Просмотреть файл

@@ -26,7 +26,7 @@ type Bot struct {
Username string `json:"username"`
DisplayName string `json:"display_name,omitempty"`
Description string `json:"description,omitempty"`
OwnerId string `json:"creator_id"`
OwnerId string `json:"owner_id"`
CreateAt int64 `json:"create_at"`
UpdateAt int64 `json:"update_at"`
DeleteAt int64 `json:"delete_at"`