Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: point
Browse files Browse the repository at this point in the history
tenstad committed Jan 21, 2025

Verified

This commit was signed with the committer’s verified signature.
michaelsproul Michael Sproul
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
@@ -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,

0 comments on commit 336a19c

Please sign in to comment.