[types] fixes to APCList.value

parent dab07cb8
......@@ -339,7 +339,7 @@ instance Csv.ToNamedRecord Work where
Just (DehydratedSource { display_name = dn }) -> dn
data APCList = APCList
{ value :: Int
{ value :: Maybe Int
, currency :: Text
, provenance :: Text
, value_usd :: Maybe Int
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment