Skip to content

Commit

Permalink
fix: point
Browse files Browse the repository at this point in the history
  • Loading branch information
tenstad committed Jan 21, 2025
1 parent 599ce95 commit 336a19c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/sdk/cloudian/qos.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ func (qos *QualityOfService) unmarshalQOSList(raw []byte) error {
return nil
}

func (qos QualityOfService) queryParams(params map[string]string) error {
func (qos *QualityOfService) queryParams(params map[string]string) error {
rawParams := map[string]*int64{
"hlStorageQuotaKBytes": qos.Hard.StorageQuotaKiBs,
"wlStorageQuotaKBytes": qos.Warning.StorageQuotaKiBs,
Expand Down

0 comments on commit 336a19c

Please sign in to comment.