You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficcontrol.apache.org by GitBox <gi...@apache.org> on 2021/12/08 16:38:09 UTC

[GitHub] [trafficcontrol] ocket8888 commented on a change in pull request #6407: Minor upgrade of Go dependencies

ocket8888 commented on a change in pull request #6407:
URL: https://github.com/apache/trafficcontrol/pull/6407#discussion_r765033460



##########
File path: lib/go-tc/statuses.go
##########
@@ -65,7 +65,7 @@ type Status struct {
 // StatusNullable is a nullable single Status response for Update and Create to
 // depict what changed.
 type StatusNullable struct {
-	Description *string    `json:"description"`
+	Description *string    `json:"description" db:"description"`

Review comment:
       Were these changes to Statuses and their handler(s) in TO necessary consequences of upgrading dependencies? Or just something you did because you noticed it?




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@trafficcontrol.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org