Skip to content

Commit

Permalink
fix: types
Browse files Browse the repository at this point in the history
  • Loading branch information
altaywtf committed Dec 15, 2023
1 parent c48d443 commit 7eb51ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/services/ai/generate-episode-content.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ export const generateEpisodeContent = async ({
.from('episode_content')
.upsert(
{
account: await getAccountId(),
episode: episodeId,
text_summary: summary,
transcription: transcript,
user: await getAccountId(),
},
{
onConflict: 'episode',
Expand Down

0 comments on commit 7eb51ad

Please sign in to comment.