Skip to content

Commit

Permalink
fix: asset filter condition revert
Browse files Browse the repository at this point in the history
Signed-off-by: Varun Raj <mailme@varunraj.in>
  • Loading branch information
varun-raj committed Aug 28, 2024
1 parent 58f6435 commit 3be8938
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/api/albums/potential-albums-assets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ const SELECT_ORPHAN_PHOTOS = (date: string, ownerId: string) =>
aaa."albumsId" IS NULL
AND a."ownerId" = '${ownerId}'
AND a."localDateTime"::date = '${date}'
AND a."type" = 'VIDEO'
`);

export default async function handler(
Expand Down

0 comments on commit 3be8938

Please sign in to comment.