Skip to content

Commit

Permalink
fix: remove 'teacherId' from generate-roadmap
Browse files Browse the repository at this point in the history
  • Loading branch information
pawito236 committed Nov 28, 2024
1 parent 853f7a5 commit 0c67c08
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions models/roadmap.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ class Course(BaseModel):
title: str
description: str
thumbnailKey: str
teacherId: str
duration: int
level: str
price: float
Expand Down Expand Up @@ -64,7 +63,6 @@ class Config:
"title": "Introduction to Programming",
"description": "This course is an introduction to programming",
"thumbnailKey": "https://www.example.com/thumbnail.jpg",
"teacherId": "teacherId-123",
"duration": 60,
"level": "beginner",
"price": 100,
Expand Down

0 comments on commit 0c67c08

Please sign in to comment.