Skip to content

Commit

Permalink
fix: Fix resource offer JSON field name (#464)
Browse files Browse the repository at this point in the history
fix: Update resource offer JSON field name
  • Loading branch information
bgins authored Dec 5, 2024
1 parent 6469c5e commit cee261d
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 cee261d

Please sign in to comment.