fix lint
continuous-integration/drone/push Build is passing Details

Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
Sam Therapy 2022-02-07 08:47:54 -06:00
parent 8a6a005502
commit 9e0433fc56
Signed by: sam
GPG Key ID: 4D8B07C18F31ACBD
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ async function itemsForFeed(opts,user,feed) {
// inject in-place into items
let index = -1;
for (let i = 0; i < items.length; i ++){
for (var i = 0; i < items.length; i ++){
if (items[i].object == boostToot.id){
index = i;
break;