Skip to content

Commit 431fbf2

Browse files
committed
🧹 Clean-up;
1 parent 6bb6716 commit 431fbf2

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

api/broker/binding_request_parser/parser.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,6 @@ func (brp *bindRequestParser) Parse(details domain.BindDetails) (models.AppScali
6767
if err != nil {
6868
err := fmt.Errorf("could not parse scaling policy from request:\n\t%w", err)
6969
return models.AppScalingConfig{}, err
70-
// // 🚧 ⚠️ I need to be run on the receiver-side.
71-
// return nil, apiresponses.NewFailureResponseBuilder(
72-
// ErrInvalidConfigurations, http.StatusBadRequest, actionReadScalingPolicy).
73-
// WithErrorKey(actionReadScalingPolicy).
74-
// Build()
7570
}
7671

7772
// 🏚️ Subsequently we assume that this credential-type-configuration is part of the

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ require (
5050
go.yaml.in/yaml/v4 v4.0.0-rc.2
5151
golang.org/x/crypto v0.45.0
5252
golang.org/x/exp v0.0.0-20250911091902-df9299821621
53-
golang.org/x/net v0.47.0
5453
golang.org/x/time v0.13.0
5554
google.golang.org/grpc v1.75.1
5655
)
@@ -104,6 +103,7 @@ require (
104103
go.uber.org/multierr v1.11.0 // indirect
105104
go.uber.org/zap v1.27.0 // indirect
106105
golang.org/x/mod v0.30.0 // indirect
106+
golang.org/x/net v0.47.0 // indirect
107107
golang.org/x/sync v0.18.0 // indirect
108108
golang.org/x/sys v0.38.0 // indirect
109109
golang.org/x/text v0.31.0 // indirect

0 commit comments

Comments
 (0)