build: modernize Go code with go fix for go1.25
This commit is contained in:
@@ -256,7 +256,7 @@ type WriteMultiMetadataRequest struct {
|
||||
|
||||
// WriteMetadata is used to write item metadata
|
||||
type WriteMetadata struct {
|
||||
Attributes WriteAttributes `json:"attributes,omitempty"`
|
||||
Attributes WriteAttributes `json:"attributes"`
|
||||
ID string `json:"id,omitempty"`
|
||||
Type string `json:"type"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user