From 6a6e9f139b28af537378a887c29fd72034b375e5 Mon Sep 17 00:00:00 2001 From: zafer Date: Wed, 6 Mar 2024 20:02:33 +0300 Subject: [PATCH] remove obsolete todo --- lib/algora/library.ex | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/algora/library.ex b/lib/algora/library.ex index a9f7cc3..5f2ec5b 100644 --- a/lib/algora/library.ex +++ b/lib/algora/library.ex @@ -189,7 +189,6 @@ defmodule Algora.Library do join: u in User, on: v.user_id == u.id, limit: ^limit, - # TODO: remove vod check once current vod durations are backfilled where: v.visibility == :public and (v.is_live == true or v.duration >= 120 or v.type == :vod),