Skip to content

Commit

Permalink
Put EpisodeEditingUserDoc on creating episode
Browse files Browse the repository at this point in the history
  • Loading branch information
bigfoodK committed Sep 25, 2024
1 parent 3daf37f commit 0ab5b05
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@ pub async fn create_new_episode(
project_id,
ttl: None,
},
EpisodeEditingUserDocPut {
episode_id: &episode_id,
editing_user: &None,
ttl: None,
},
))
.await?;

Expand Down

0 comments on commit 0ab5b05

Please sign in to comment.