diff --git a/service/response/team_response.go b/service/response/team_response.go index 5223c2e..e8d6c7f 100644 --- a/service/response/team_response.go +++ b/service/response/team_response.go @@ -13,7 +13,7 @@ type TeamResponse struct { SlackUserIds pq.StringArray `json:"slackUserIds"` Participants []UserResponse `json:"participants,omitempty"` UpdatedAt time.Time `json:"lastUpdatedAt,omitempty"` - WebhookSlackChannelName string `gorm:"column:webhook_slack_channel_name"` + WebhookSlackChannelName string `json:"webhookSlackChannelName"` } func ConvertToTeamResponse(teamEntity team.TeamEntity) TeamResponse {