Skip to content

Commit

Permalink
Merge pull request #45 from rokostik/native_asset_id_pointer
Browse files Browse the repository at this point in the history
Make native response asset ID a pointer
  • Loading branch information
mxmCherry authored Apr 12, 2021
2 parents f732b88 + e567409 commit 0561c56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion native1/response/asset.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ type Asset struct {
// int
// Description:
// Optional if assetsurl/dcourl is being used; required if embedded asset is being used.
ID int64 `json:"id,omitempty"`
ID *int64 `json:"id,omitempty"`

// Field:
// required
Expand Down

0 comments on commit 0561c56

Please sign in to comment.