Skip to content

Commit

Permalink
feat: remove unused type
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasheartman committed Oct 1, 2024
1 parent a45cd8d commit b14bbf5
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/lib/features/personal-dashboard/personal-dashboard-service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,8 @@ import type {
} from '../../types';
import type { FeatureEventFormatter } from '../../addons/feature-event-formatter-md';
import { generateImageUrl } from '../../util';
import type { OnboardingStatus } from '../onboarding/onboarding-read-model-type';
import type { PersonalDashboardProjectDetailsSchema } from '../../openapi';

type PersonalProjectDetails = {
latestEvents: {
summary: string;
createdBy: string;
id: number;
createdByImageUrl: string;
}[];
onboardingStatus: OnboardingStatus;
};

export class PersonalDashboardService {
private personalDashboardReadModel: IPersonalDashboardReadModel;

Expand Down

0 comments on commit b14bbf5

Please sign in to comment.