X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=lib%2Fjason_types.ex;h=d1a7bc7ac352b692dcc2a4f593a71b98eb85ab3f;hb=a9141d88aad331cfe6573e1d6b3d77f5dab70be7;hp=4c89664ffbab403bab7060d1e2b511ffcbca7862;hpb=527e8037589ab06e772125cdf937388db6d2c468;p=akkoma diff --git a/lib/jason_types.ex b/lib/jason_types.ex index 4c89664ff..d1a7bc7ac 100644 --- a/lib/jason_types.ex +++ b/lib/jason_types.ex @@ -1 +1,5 @@ -Postgrex.Types.define(Pleroma.PostgresTypes, [] ++ Ecto.Adapters.Postgres.extensions(), json: Jason) +Postgrex.Types.define( + Pleroma.PostgresTypes, + [] ++ Ecto.Adapters.Postgres.extensions(), + json: Jason +)