Skip to content

Commit

Permalink
solve
Browse files Browse the repository at this point in the history
  • Loading branch information
Allan-Nava authored Nov 16, 2023
1 parent d096063 commit 1907c10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keycloak/keycloak.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ func NewKeycloak(ctx context.Context, realm string, server string, clientId stri
ClientSecret: &GCloakClient.clientSecret,

Check failure on line 43 in keycloak/keycloak.go

View workflow job for this annotation

GitHub Actions / build (1.18.x)

undefined: GCloakClient

Check failure on line 43 in keycloak/keycloak.go

View workflow job for this annotation

GitHub Actions / build (1.19.x)

undefined: GCloakClient

Check failure on line 43 in keycloak/keycloak.go

View workflow job for this annotation

GitHub Actions / build (1.20.x)

undefined: GCloakClient

Check failure on line 43 in keycloak/keycloak.go

View workflow job for this annotation

GitHub Actions / build (1.21.x)

undefined: GCloakClient
})
if err != nil {
return, nil, err
return nil, err
}
//
return k, nil
Expand Down

0 comments on commit 1907c10

Please sign in to comment.