Skip to content

Commit 85f8ef9

Browse files
committed
fix hashnode check
1 parent baca103 commit 85f8ef9

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

apps/codingcatdev/scripts/podcast-hashnode.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ for await (const file of g) {
5858
fm?.slug &&
5959
fm?.title &&
6060
fm?.cover &&
61+
fm?.spotify &&
62+
fm?.youtube &&
6163
fm?.published === 'published' &&
6264
new Date(fm?.start) < new Date() &&
6365
!fm?.hashnode

apps/codingcatdev/src/routes/(content-single)/(non-course)/podcast/3-holiday-special/+page.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ picks:
2828
slug: 3-holiday-special
2929
sponsors:
3030
- stickermule
31-
spotify: null
31+
spotify: 'updateme'
3232
start: 'Dec 17, 2023'
3333
title: CodingCat.dev Podcast - Holiday Special
3434
youtube: 'https://youtube.com/live/UsjKVJWXkLg?feature=share'

0 commit comments

Comments
 (0)