Skip to content

Commit

Permalink
checkpoint
Browse files Browse the repository at this point in the history
Signed-off-by: Jeff Ortel <[email protected]>
  • Loading branch information
jortel committed Aug 9, 2024
1 parent 1d98c5a commit 9080894
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/file.go
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ type File struct {
Resource `yaml:",inline"`
Name string `json:"name"`
Path string `json:"path"`
Encoding string `yaml:"encoding"`
Encoding string `yaml:"encoding,omitempty"`
Expiration *time.Time `json:"expiration,omitempty"`
}

Expand Down

0 comments on commit 9080894

Please sign in to comment.