Skip to content

Commit

Permalink
Merge branch 'master' into fixproxy
Browse files Browse the repository at this point in the history
  • Loading branch information
mfrancisc authored Sep 11, 2023
2 parents 596e40f + d5ffd83 commit 38ddc6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/proxy/handlers/spacelister.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ func (s *SpaceLister) ListUserWorkspaces(ctx echo.Context) ([]toolchainv1alpha1.
userID, _ := ctx.Get(context.SubKey).(string)
username, _ := ctx.Get(context.UsernameKey).(string)


Check failure on line 64 in pkg/proxy/handlers/spacelister.go

View workflow job for this annotation

GitHub Actions / GolangCI Lint

File is not `gofmt`-ed with `-s` (gofmt)
signup, err := s.GetSignupFunc(nil, userID, username, false)
if err != nil {
ctx.Logger().Error(errs.Wrap(err, "error retrieving signup"))
Expand Down

0 comments on commit 38ddc6a

Please sign in to comment.