From 41f95ff3b32cf18fc057f326d19b4538af8bddee Mon Sep 17 00:00:00 2001 From: dvirsegev Date: Tue, 9 Aug 2022 12:40:47 +0300 Subject: [PATCH] Testing workflow --- port/entity.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/port/entity.go b/port/entity.go index 0ce5bad9..edd20075 100644 --- a/port/entity.go +++ b/port/entity.go @@ -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 {