Refactor roadmap id

This commit is contained in:
Kamran Ahmed
2021-09-04 18:51:49 +02:00
parent ad427eceee
commit 9b97fce431
3 changed files with 8 additions and 16 deletions

View File

@ -21,7 +21,6 @@ export type RoadmapType = {
isCommunity: boolean;
isUpcoming: boolean;
id: string;
url: string;
};
export function getRoadmapById(id: string): RoadmapType | undefined {