Skip to content

Commit

Permalink
refactor: update Connect, UserInfo, and useFollow components to use u…
Browse files Browse the repository at this point in the history
…serFollowingList for follow functionality
  • Loading branch information
harun.dogdu committed Sep 5, 2024
1 parent 8a5ae37 commit 4ee1b34
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pages/api/following.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ export default async function handler(
},
},
select: {
id: true,
name: true,
username: true,
bio: true,
Expand All @@ -49,6 +50,7 @@ export default async function handler(
},
},
select: {
id: true,
name: true,
username: true,
bio: true,
Expand Down

0 comments on commit 4ee1b34

Please sign in to comment.