Skip to content

Commit

Permalink
Merge branch 'main' into fix/464
Browse files Browse the repository at this point in the history
  • Loading branch information
flbla authored Oct 23, 2024
2 parents b38a2c8 + a82baa2 commit c04b63a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions client/project.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ func expandCveAllowList(cveAllowlist []interface{}) models.CveAllowlistItems {

func (client *Client) UpdateStorageQuota(d *schema.ResourceData) (err error) {
resp, _, _, err := client.SendRequest("GET", models.PathConfig, nil, 200)
if err != nil {
return err
}

var jsonData models.ConfigBodyResponse
err = json.Unmarshal([]byte(resp), &jsonData)
Expand Down

0 comments on commit c04b63a

Please sign in to comment.