remove sync_server dependency
This commit is contained in:
parent
7676e923fe
commit
8cd9f7427a
1 changed files with 3 additions and 4 deletions
|
@ -34,7 +34,6 @@ type YoutubeChannel struct {
|
|||
ChannelId string `json:"channel_id"`
|
||||
TotalVideos uint `json:"total_videos"`
|
||||
DesiredChannelName string `json:"desired_channel_name"`
|
||||
SyncServer null.String `json:"sync_server"`
|
||||
Fee *struct {
|
||||
Amount string `json:"amount"`
|
||||
Address string `json:"address"`
|
||||
|
|
Loading…
Reference in a new issue