Skip to content

Commit 41f95ff

Browse files
committed
Testing workflow
1 parent fbddc2d commit 41f95ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

port/entity.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ type Entity struct {
1111
UpdatedBy string `json:"updatedBy"`
1212
Properties map[string]interface{} `json:"properties"`
1313

14-
// TODO: add the rest of the fields
14+
// TODO: add the rest of the fields.
1515
}
1616

1717
type PortBody struct {

0 commit comments

Comments
 (0)