Skip to content

Commit

Permalink
🗑Removed blank space
Browse files Browse the repository at this point in the history
  • Loading branch information
rastiqdev committed Jul 2, 2023
1 parent 1869b83 commit 50f558d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/cache.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ module.exports = class Cache {
const isDraft = Boolean(item.draft);
if (isDraft) return false;
return !(isPrerelease && !wantPreReleases);

}
const release = data.find(isReleaseValid)

Expand Down

0 comments on commit 50f558d

Please sign in to comment.