mirror of
https://github.com/foomo/sesamy-go.git
synced 2025-10-16 12:35:43 +00:00
fix: typo
This commit is contained in:
parent
199b141f1f
commit
a44e4b1e4c
@ -1,6 +1,6 @@
|
|||||||
package params
|
package params
|
||||||
|
|
||||||
type EmarsysView[I any] struct {
|
type EmarsysView[I any] struct {
|
||||||
Items []I `json:"sitem,omitempty"`
|
Items []I `json:"items,omitempty"`
|
||||||
PageViewID string `json:"page_view_id,omitempty" dlv:"emarsys.page_view_id"`
|
PageViewID string `json:"page_view_id,omitempty" dlv:"emarsys.page_view_id"`
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user