chore(profiling): remove all cost centres to hopefully fix build
This commit is contained in:
parent
e0173908b4
commit
c90dcba1a7
@ -28,7 +28,6 @@ fromPersistValueJSON = \case
|
|||||||
PersistText text -> decodeBS $ Text.encodeUtf8 text
|
PersistText text -> decodeBS $ Text.encodeUtf8 text
|
||||||
x -> Left $ fromPersistValueErrorSql (Proxy @a) x
|
x -> Left $ fromPersistValueErrorSql (Proxy @a) x
|
||||||
where decodeBS = first pack . JSON.eitherDecodeStrict'
|
where decodeBS = first pack . JSON.eitherDecodeStrict'
|
||||||
{-# SCC fromPersistValueJSON #-}
|
|
||||||
|
|
||||||
sqlTypeJSON :: SqlType
|
sqlTypeJSON :: SqlType
|
||||||
sqlTypeJSON = SqlOther "jsonb"
|
sqlTypeJSON = SqlOther "jsonb"
|
||||||
|
|||||||
Reference in New Issue
Block a user