1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-28 11:39:52 +02:00

fix: remove title

This commit is contained in:
Arik Chakma
2025-08-20 19:34:41 +06:00
committed by Kamran Ahmed
parent 93c1ea0496
commit 179cefe4da
2 changed files with 2 additions and 6 deletions

View File

@@ -44,7 +44,6 @@ export interface OfficialRoadmapTopicContentDocument {
_id?: string;
roadmapSlug: string;
nodeId: string;
title: string;
description: string;
resources: OfficialRoadmapTopicResource[];
createdAt: Date;