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.
1 parent 0b7c281 commit 75ee955Copy full SHA for 75ee955
cardano-db-sync/src/Cardano/DbSync/OffChain/Vote/Types.hs
@@ -217,13 +217,13 @@ class HasBody tp where
217
218
instance HasBody OtherOffChainData where
219
type Body OtherOffChainData = MinimalBody OtherOffChainData
220
- parseAuthors o = o .: "authors"
+ parseAuthors o = o .:? "authors"
221
refrenceTypes = ["Other", "GovernanceMetadata"]
222
toMinimal = id
223
224
instance HasBody GovernanceOffChainData where
225
type Body GovernanceOffChainData = GABody
226
227
228
toMinimal = minimalBodyGA
229
0 commit comments