Skip to content

Commit

Permalink
Revert "feat: add support for public ports (#1905)"
Browse files Browse the repository at this point in the history
This reverts commit 97a3d95.
  • Loading branch information
h4ck3rk3y committed Dec 12, 2023
1 parent 5bf8d59 commit 01c734e
Show file tree
Hide file tree
Showing 5 changed files with 209 additions and 235 deletions.
5 changes: 2 additions & 3 deletions cli/cli/commands/cloud/load/load.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,8 @@ func run(ctx context.Context, _ *flags.ParsedFlags, args *args.ParsedArgs) error
}

getConfigArgs := &api.GetCloudInstanceConfigArgs{
ApiKey: apiKey,
InstanceId: &instanceID,
InstanceShortId: nil,
ApiKey: *apiKey,
InstanceId: instanceID,
}
result, err := client.GetCloudInstanceConfig(ctx, getConfigArgs)
if err != nil {
Expand Down
Loading

0 comments on commit 01c734e

Please sign in to comment.