about summary refs log tree commit diff
path: root/app/views/api
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/api')
-rw-r--r--app/views/api/follows/show.rabl2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/api/follows/show.rabl b/app/views/api/follows/show.rabl
index e5b52b828..0f24ddb4d 100644
--- a/app/views/api/follows/show.rabl
+++ b/app/views/api/follows/show.rabl
@@ -1,2 +1,2 @@
-object @follow.target_account
+object @account
 extends('api/accounts/show')