Skip to content

Commit

Permalink
Update lib/workers/repository/process/lookup/generate.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
rarkins committed May 14, 2024
1 parent e84f3b1 commit 6ce2ff5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/workers/repository/process/lookup/generate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ export async function generateUpdate(

const newPatch = versioning.getPatch(newVersion);

// istanbul ignore next
if (
update.newDigest &&
currentDigest !== update.newDigest &&
Expand Down

0 comments on commit 6ce2ff5

Please sign in to comment.