Skip to content

Commit

Permalink
Update watched.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
koenoe committed Jan 16, 2025
1 parent 957b61b commit 7112e80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lambdas/watched.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ export const handler = async (event: DynamoDBStreamEvent) => {
title: tvSeries.title,
slug: tvSeries.slug,
posterPath: tvSeries.posterPath,
createdAt: watchedItem.watchedAt,
};

// Update lists based on watch status
Expand Down

0 comments on commit 7112e80

Please sign in to comment.