@@ -450,7 +450,7 @@ parseOverrides obj baseOptions = do
450
450
<*> obj .:? " plutus" .!= sioPlutus baseOptions
451
451
<*> obj .:? " governance" .!= sioGovernance baseOptions
452
452
<*> obj .:? " offchain_pool_data" .!= sioOffchainPoolData baseOptions
453
- <*> obj .:? " pool_stats " .!= sioPoolStats baseOptions
453
+ <*> obj .:? " pool_stat " .!= sioPoolStats baseOptions
454
454
<*> obj .:? " json_type" .!= sioJsonType baseOptions
455
455
<*> obj .:? " remove_jsonb_from_schema" .!= sioRemoveJsonbFromSchema baseOptions
456
456
@@ -471,7 +471,7 @@ optionsToList SyncInsertOptions {..} =
471
471
, toJsonIfSet " plutus" sioPlutus
472
472
, toJsonIfSet " governance" sioGovernance
473
473
, toJsonIfSet " offchain_pool_data" sioOffchainPoolData
474
- , toJsonIfSet " pool_stats " sioPoolStats
474
+ , toJsonIfSet " pool_stat " sioPoolStats
475
475
, toJsonIfSet " json_type" sioJsonType
476
476
, toJsonIfSet " remove_jsonb_from_schema" sioRemoveJsonbFromSchema
477
477
]
@@ -508,7 +508,7 @@ instance ToJSON SyncInsertOptions where
508
508
, " plutus" .= sioPlutus
509
509
, " governance" .= sioGovernance
510
510
, " offchain_pool_data" .= sioOffchainPoolData
511
- , " pool_stats " .= sioPoolStats
511
+ , " pool_stat " .= sioPoolStats
512
512
, " json_type" .= sioJsonType
513
513
, " remove_jsonb_from_schema" .= sioRemoveJsonbFromSchema
514
514
]
0 commit comments