test commit

This commit is contained in:
SowinskiBraeden committed 2022-10-21 17:23:44 -07:00
1 parent 0231d34229
commit d70b69f79b
1 file changed
+1 -1
+1 -1
View File
@@ -30,7 +30,7 @@ type Query struct {
Name string `json:"name"` Name string `json:"name"`
} }
// NewDeviceToCow to add device object id to cow // NewDeviceToCow is to add device object id to cow
type NewDeviceToCow struct { type NewDeviceToCow struct {
ID string `json:"_id"` ID string `json:"_id"`
} }