From 10ffd12ebe5dd393a088fcaed56575464d6a98dc Mon Sep 17 00:00:00 2001 From: ditiqi Date: Sun, 23 Feb 2025 22:51:37 +0800 Subject: [PATCH] add --- packages/common/src/models/post.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/common/src/models/post.ts b/packages/common/src/models/post.ts index d61891a..0961cab 100755 --- a/packages/common/src/models/post.ts +++ b/packages/common/src/models/post.ts @@ -65,7 +65,7 @@ export type SectionDto = Section & { }; export type CourseMeta = { thumbnail?: string; - requirements?: string[]; + objectives?: string[]; }; export type Course = Post & {