Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
parent
8a6a005502
commit
9e0433fc56
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Reference in a new issue