Skip to content
This repository has been archived by the owner on Dec 14, 2023. It is now read-only.

Commit

Permalink
apps/webapp-api/src/perl/MediaWords/Controller/Api/V2/Timespans.pm
Browse files Browse the repository at this point in the history
Removed extra AND to try to fix #833 as suggested by Rahul.
  • Loading branch information
philbudne committed May 18, 2022
1 parent 76be844 commit bf74554
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ SQL
snapshots_id
FROM timespans AS t
where
topics_id = ? AND
topics_id = ?
$snapshot_clause
$focus_clause
$timespan_clause
Expand Down

0 comments on commit bf74554

Please sign in to comment.