Skip to content

Commit

Permalink
api: Make the storage field optional (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
victorges committed May 22, 2024
1 parent 5d231c5 commit 00d172d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api.go
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ type (
Hash []AssetHash `json:"hash"`
Files []AssetFile `json:"files"`
VideoSpec *AssetVideoSpec `json:"videoSpec,omitempty"`
Storage AssetStorage `json:"storage"`
Storage *AssetStorage `json:"storage,omitempty"`
PlaybackRecordingID string `json:"playbackRecordingId,omitempty"`
}

Expand Down

0 comments on commit 00d172d

Please sign in to comment.