diff options
Diffstat (limited to 'server/models/account/account.ts')
-rw-r--r-- | server/models/account/account.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/models/account/account.ts b/server/models/account/account.ts index 056ec6857..71a9b8ccb 100644 --- a/server/models/account/account.ts +++ b/server/models/account/account.ts | |||
@@ -99,7 +99,7 @@ export type SummaryOptions = { | |||
99 | queryInclude.push({ | 99 | queryInclude.push({ |
100 | attributes: [ 'id' ], | 100 | attributes: [ 'id' ], |
101 | model: AccountBlocklistModel.unscoped(), | 101 | model: AccountBlocklistModel.unscoped(), |
102 | as: 'BlockedAccounts', | 102 | as: 'BlockedBy', |
103 | required: false, | 103 | required: false, |
104 | where: { | 104 | where: { |
105 | accountId: { | 105 | accountId: { |