fix(build)
This commit is contained in:
parent
4818b8518e
commit
b7e8c89777
@ -25,7 +25,7 @@ instance Default AvsPersonQuery where
|
|||||||
deriveJSON defaultOptions
|
deriveJSON defaultOptions
|
||||||
{ fieldLabelModifier = mconcat . drop 3 . splitCamel
|
{ fieldLabelModifier = mconcat . drop 3 . splitCamel
|
||||||
, omitNothingFields = True
|
, omitNothingFields = True
|
||||||
, tagSingleConstructors = True
|
, tagSingleConstructors = False
|
||||||
} ''AvsPersonQuery
|
} ''AvsPersonQuery
|
||||||
|
|
||||||
{-
|
{-
|
||||||
|
|||||||
Reference in New Issue
Block a user