Skip to content

Commit

Permalink
Merge pull request #43 from port-labs/PORT-7636-k-8-s-exporter-should…
Browse files Browse the repository at this point in the history
…nt-update-the-entity-title-with-empty-string-when-it-not-mapped

PORT-7636: empty entity title bug fix
  • Loading branch information
peroman86 authored Apr 11, 2024
2 parents df87241 + d6a1ca5 commit 714ce9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/port/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ type (
Entity struct {
Meta
Identifier string `json:"identifier,omitempty"`
Title string `json:"title"`
Title string `json:"title,omitempty"`
Blueprint string `json:"blueprint"`
Icon string `json:"icon,omitempty"`
Team interface{} `json:"team,omitempty"`
Expand Down

0 comments on commit 714ce9a

Please sign in to comment.