Skip to content

Commit

Permalink
bug fix for boost gap in timeline
Browse files Browse the repository at this point in the history
  • Loading branch information
daveajones committed Dec 29, 2021
1 parent decf000 commit 0a3b720
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbif/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ pub fn get_boosts_from_db(filepath: &String, index: u64, max: u64, direction: bo
FROM boosts \
WHERE action = 2 \
AND idx {} :index \
ORDER BY idx ASC \
ORDER BY idx DESC \
LIMIT :max", ltgt);

//Prepare and execute the query
Expand Down

0 comments on commit 0a3b720

Please sign in to comment.