Skip to content

Commit

Permalink
fix: Update resource offer JSON field name
Browse files Browse the repository at this point in the history
  • Loading branch information
bgins committed Dec 5, 2024
1 parent 564fe64 commit d8b9b1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/data/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ type ResourceOfferContainer struct {
DealID string `json:"deal_id"`
ResourceProvider string `json:"resource_provider"`
State uint8 `json:"state"`
ResourceOffer ResourceOffer `json:"job_offer"`
ResourceOffer ResourceOffer `json:"resource_offer"`
}

type DealMembers struct {
Expand Down

0 comments on commit d8b9b1c

Please sign in to comment.