Skip to content

Commit a739a00

Browse files
committed
allow all posts
1 parent 70f730c commit a739a00

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

apps/codingcatdev/scripts/post-hashnode.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ for await (const file of g) {
5656
// TODO: We might need to add a check on cononical if this page is already in dev.to
5757
if (
5858
fm?.slug &&
59-
fm.slug === 'angular-17-cypress-testing' &&
6059
fm?.title &&
6160
fm?.cover &&
6261
fm?.published === 'published' &&

0 commit comments

Comments
 (0)