Skip to content

Commit

Permalink
chore: fix unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
tomazpu committed Jan 17, 2025
1 parent 9a1ce7c commit 4062566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/deploy/internal/segment/segment.go
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ func deploy(ctx context.Context, client DeploySegmentClient, id string, requestP
return responseUpsert, nil
}

func createResolveEntity(id string, externalId string, properties parameter.Properties, c *config.Config) entities.ResolvedEntity {
func createResolveEntity(id string, properties parameter.Properties, c *config.Config) entities.ResolvedEntity {
properties[config.IdParameter] = id
return entities.ResolvedEntity{
Coordinate: c.Coordinate,
Expand Down

0 comments on commit 4062566

Please sign in to comment.