remove sync_server dependency

This commit is contained in:
Niko Storni 2018-12-24 17:18:13 -05:00
parent 7676e923fe
commit 8cd9f7427a

View file

@ -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"`