Skip to content

Commit

Permalink
change: try creating episodes as private
Browse files Browse the repository at this point in the history
  • Loading branch information
eteubert committed Dec 30, 2024
1 parent bbe0d7c commit 63e4b00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/lib/publisher/wordpress/episode.ex
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ defmodule Publisher.WordPress.Episode do

payload = %{
content: content,
status: "private",
date: wordpress_date(pub_date)
}

Expand Down

0 comments on commit 63e4b00

Please sign in to comment.