Skip to content

Commit

Permalink
fix: name of courses in database
Browse files Browse the repository at this point in the history
  • Loading branch information
eleanorreem committed Jan 21, 2025
1 parent d7fd159 commit e368baa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webhooks/webhooks.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ export class WebhooksService {
const storyPageComponent = storyData.content.component as STORYBLOK_PAGE_COMPONENTS;

const updatedStoryData = {
name: storyData.name,
name: storyData.content.name,
slug: storyData.full_slug,
status: status,
}; // fields to update on existing and new stories
Expand Down

0 comments on commit e368baa

Please sign in to comment.