diff options
Diffstat (limited to 'internal/db/bundb/relationship_follow_req.go')
-rw-r--r-- | internal/db/bundb/relationship_follow_req.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/db/bundb/relationship_follow_req.go b/internal/db/bundb/relationship_follow_req.go index 690b97cf0..6fd5eefba 100644 --- a/internal/db/bundb/relationship_follow_req.go +++ b/internal/db/bundb/relationship_follow_req.go @@ -382,7 +382,7 @@ func (r *relationshipDB) DeleteAccountFollowRequests(ctx context.Context, accoun if _, err := r.db. NewSelect(). Column("id"). - Table("follow_requestss"). + Table("follow_requests"). WhereOr("? = ? OR ? = ?", bun.Ident("account_id"), accountID, |