Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
barbarah committed Nov 27, 2023
1 parent 631d5e7 commit 88674ea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/researcher/src/lib/community/actions.ts
Original file line number Diff line number Diff line change
@@ -5,7 +5,6 @@ import {
organizationToCommunity,
} from './clerk-converters';
import {Community, Membership, SortBy} from './definitions';
import {Organization} from '@clerk/backend/dist/types';

export async function getCommunityBySlug(slug: string) {
const organization = await clerkClient.organizations.getOrganization({

0 comments on commit 88674ea

Please sign in to comment.