diff options
Diffstat (limited to 'src/state')
-rw-r--r-- | src/state/queries/suggested-follows.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/state/queries/suggested-follows.ts b/src/state/queries/suggested-follows.ts index b31e69366..e16088d6a 100644 --- a/src/state/queries/suggested-follows.ts +++ b/src/state/queries/suggested-follows.ts @@ -84,7 +84,6 @@ export function useSuggestedFollowsByActorQuery({did}: {did: string}) { }) } -// TODO refactor onboarding to use above, but this is still used export function useGetSuggestedFollowersByActor() { const {agent} = useSession() const queryClient = useQueryClient() |