updated
This commit is contained in:
		| @@ -9,10 +9,10 @@ async function getCourses() { | ||||
|   const courses = await fetchCourses(); | ||||
|   return courses; | ||||
| } | ||||
| async function getCourse(slug: string) { | ||||
|   const course = await fetchCourse(slug); | ||||
|   return course; | ||||
| } | ||||
| // async function getCourse(slug: string) { | ||||
| //   const course = await fetchCourse(slug); | ||||
| //   return course; | ||||
| // } | ||||
|  | ||||
| async function getSettings() { | ||||
|   const settings = await fetchSettings(); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user