From be40a0322927da37eff46e0c34fa14de2e543a92 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Tue, 11 Feb 2025 10:32:08 -0600 Subject: [PATCH] Remove unused code --- src/types/bsky/profile.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/types/bsky/profile.ts b/src/types/bsky/profile.ts index 9a36c8cd9b..7449f117e3 100644 --- a/src/types/bsky/profile.ts +++ b/src/types/bsky/profile.ts @@ -1,9 +1,5 @@ import {AppBskyActorDefs, ChatBskyActorDefs} from '@atproto/api' -export const isBasicView = AppBskyActorDefs.isProfileViewBasic -export const isDetailedView = AppBskyActorDefs.isProfileViewDetailed -export const isView = AppBskyActorDefs.isProfileView - /** * Matches any profile view exported by our SDK */