Skip to content

Commit e0c051f

Browse files
committed
Enable syndication for scheduled posts
1 parent 7fbd023 commit e0c051f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/routes/post-published.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ export default function (client) {
7171
properties: {
7272
status: {
7373
type: 'string',
74-
const: 'draft'
74+
enum: ['draft', 'scheduled']
7575
}
7676
}
7777
}

0 commit comments

Comments
 (0)