Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
electronicbites committed Dec 12, 2023
1 parent b528dcf commit a221085
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion priv/repo/seeds.exs
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ alias Radiator.{Accounts, Outline, Podcasts}
Podcasts.create_podcast(%{title: "Tech Weekly", station: station})

{:ok, _episode} =
Podcasts.create_episode(%{title: "42", podcast: podcast})
Podcasts.create_episode(%{title: "42", podcast_id: podcast.id})

0 comments on commit a221085

Please sign in to comment.