Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix waitForTagToBeAvailable logic
Browse files Browse the repository at this point in the history
savetheclocktower committed Dec 18, 2023

Verified

This commit was signed with the committer’s verified signature.
janicduplessis Janic Duplessis
1 parent 9675451 commit dfd1991
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/publish.js
Original file line number Diff line number Diff line change
@@ -130,8 +130,9 @@ have published it.\
}
}
)
setTimeout(requestTags, interval);
};
setTimeout(requestTags, interval);
requestTags();
});
}

0 comments on commit dfd1991

Please sign in to comment.