Skip to content

Commit c398e3e

Browse files
committed
refactor(threadwinds-ingestion): remove VisibleBy field from entity creation in EntityMapper
1 parent 65078b7 commit c398e3e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

threadwinds-ingestion/internal/mapper/entity_mapper.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ func (m *EntityMapper) BuildEntity(entityType string, value any, context EntityE
9090
Attributes: attrs,
9191
Reputation: reputation,
9292
Tags: tags,
93-
VisibleBy: []string{"utmstack"},
9493
Associations: nil,
9594
}
9695

0 commit comments

Comments
 (0)