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
|
||||
x -> Left $ fromPersistValueErrorSql (Proxy @a) x
|
||||
where decodeBS = first pack . JSON.eitherDecodeStrict'
|
||||
{-# SCC fromPersistValueJSON #-}
|
||||
|
||||
sqlTypeJSON :: SqlType
|
||||
sqlTypeJSON = SqlOther "jsonb"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user