diff options
author | Rin Toshaka <rinpatch@sdf.org> | 2018-12-30 20:00:01 +0100 |
---|---|---|
committer | Rin Toshaka <rinpatch@sdf.org> | 2018-12-30 20:00:01 +0100 |
commit | c119ea3a5727d521c36d60eca22fa3f20d507b63 (patch) | |
tree | af19f73f2b21ead755bad4ee41dc307de76ca400 /lib/pleroma/web/common_api | |
parent | 535fddd2864f3ed8eebc24cbaf0e5b04ec6f4dbe (diff) | |
download | pleroma-c119ea3a5727d521c36d60eca22fa3f20d507b63.tar.gz |
Friendship ended with Postgresql now Cachex is my best friend
Diffstat (limited to 'lib/pleroma/web/common_api')
-rw-r--r-- | lib/pleroma/web/common_api/utils.ex | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/pleroma/web/common_api/utils.ex b/lib/pleroma/web/common_api/utils.ex index 813eb4093..b91cfc4bb 100644 --- a/lib/pleroma/web/common_api/utils.ex +++ b/lib/pleroma/web/common_api/utils.ex @@ -261,5 +261,4 @@ defmodule Pleroma.Web.CommonAPI.Utils do } end) end - end |