fix: jobs
This commit is contained in:
@@ -29,7 +29,7 @@ type Posts struct {
|
||||
Discount int16 `json:"discount"`
|
||||
Views int64 `json:"views"`
|
||||
Likes int64 `json:"likes"`
|
||||
Meta *string `json:"meta"`
|
||||
Meta fields.PostMeta `json:"meta"`
|
||||
Tags fields.Json[[]string] `json:"tags"`
|
||||
Assets fields.Json[[]fields.MediaAsset] `json:"assets"`
|
||||
}
|
||||
|
||||
@@ -23,7 +23,7 @@ types:
|
||||
type: PostType
|
||||
assets: Json[[]MediaAsset]
|
||||
tags: Json[[]string]
|
||||
metas: PostMeta
|
||||
meta: PostMeta
|
||||
|
||||
orders:
|
||||
type: OrderType
|
||||
|
||||
Reference in New Issue
Block a user