summaryrefslogtreecommitdiff
path: root/src/api/endpoints/following/create.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/api/endpoints/following/create.ts')
-rw-r--r--src/api/endpoints/following/create.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/api/endpoints/following/create.ts b/src/api/endpoints/following/create.ts
index 8e1aa34713..767b837b35 100644
--- a/src/api/endpoints/following/create.ts
+++ b/src/api/endpoints/following/create.ts
@@ -32,7 +32,7 @@ module.exports = (params, user) => new Promise(async (res, rej) => {
}, {
fields: {
data: false,
- profile: false
+ 'account.profile': false
}
});