Refactor roadmap id
This commit is contained in:
@ -21,7 +21,6 @@ export type RoadmapType = {
|
||||
isCommunity: boolean;
|
||||
isUpcoming: boolean;
|
||||
id: string;
|
||||
url: string;
|
||||
};
|
||||
|
||||
export function getRoadmapById(id: string): RoadmapType | undefined {
|
||||
|
Reference in New Issue
Block a user