Skip to content

Commit

Permalink
Testing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dvirsegev committed Aug 9, 2022
1 parent fbddc2d commit 41f95ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion port/entity.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ type Entity struct {
UpdatedBy string `json:"updatedBy"`
Properties map[string]interface{} `json:"properties"`

// TODO: add the rest of the fields
// TODO: add the rest of the fields.
}

type PortBody struct {
Expand Down

0 comments on commit 41f95ff

Please sign in to comment.