Skip to content

Commit

Permalink
Merge pull request #167 from rajnishdargan/release-1.1.0
Browse files Browse the repository at this point in the history
Setting default value of description as empty
  • Loading branch information
itsvick authored Jan 18, 2025
2 parents 03bab82 + be4c678 commit e1de890
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/services/ContentService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,6 @@ export const createCourse = async (userId: any) => {
content: {
code: uuidv4(), // Generate a unique ID for 'code'
name: "Untitled Course",
description: "Enter description for Course",
createdBy: userId,
createdFor: [CHANNEL_ID],
mimeType: MIME_TYPE.COURSE_MIME_TYPE,
Expand Down

0 comments on commit e1de890

Please sign in to comment.