Skip to content

Commit

Permalink
fix: prevent partner port from failing if more than one partner port
Browse files Browse the repository at this point in the history
  • Loading branch information
MegaportPhilipBrowne committed Sep 3, 2024
1 parent 7e3df86 commit dda180e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/provider/partner_port_data_source.go
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,6 @@ func (d *partnerPortDataSource) Read(ctx context.Context, req datasource.ReadReq
"More Than 1 Matching Partner Port Was Found",
"There was more than 1 matching partner port for the search criteria, chose highest ranked port. Try narrowing your search criteria.",
)
return
}

// pick the first matching port
Expand Down

0 comments on commit dda180e

Please sign in to comment.