Skip to content

Commit 4204494

Browse files
committed
remove unnecessary fields
1 parent 09ee389 commit 4204494

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

internal/services/instance/server.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1585,8 +1585,6 @@ func GetEndOfServiceDate(ctx context.Context, client *scw.Client, zone scw.Zone,
15851585
api := product_catalog.NewPublicCatalogAPI(client)
15861586

15871587
products, err := api.ListPublicCatalogProducts(&product_catalog.PublicCatalogAPIListPublicCatalogProductsRequest{
1588-
Page: nil,
1589-
PageSize: nil,
15901588
ProductTypes: []product_catalog.ListPublicCatalogProductsRequestProductType{
15911589
product_catalog.ListPublicCatalogProductsRequestProductTypeInstance,
15921590
},

0 commit comments

Comments
 (0)