Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
omercnet committed Dec 14, 2023
1 parent 500f24b commit c04e255
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions descope/internal/mgmt/project.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ func (p *project) Delete() error {
_, err := p.client.DoPostRequest(api.Routes.ManagementProjectDelete(), nil, nil, p.conf.ManagementKey)
return err
}

func unmarshalNewProjectResponseResponse(res *api.HTTPResponse) (*descope.NewProjectResponse, error) {
var newProjectRes *descope.NewProjectResponse
err := utils.Unmarshal([]byte(res.BodyStr), &newProjectRes)
Expand Down

0 comments on commit c04e255

Please sign in to comment.