We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
scalar.MonthInterval
1 parent aa35ce7 commit 78219a6Copy full SHA for 78219a6
scalar/interval.go
@@ -67,7 +67,7 @@ func (s *MonthInterval) Set(value any) error {
67
if v == nil {
68
return s.Int.Set(nil)
69
}
70
- return s.Set(value)
+ return s.Set(*v)
71
case map[string]any:
72
b, _ := json.Marshal(v)
73
return s.Set(b)
0 commit comments