Skip to content

Commit

Permalink
polish
Browse files Browse the repository at this point in the history
  • Loading branch information
udarrr committed Jan 8, 2025
1 parent f607c45 commit 7648915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/compute-download-urls.js
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ async function getLastChromedriverVersionFromMajor(version) {
if (exactMatch) {
return exactMatch;
}
const versionsWithMajor = response.body.versions.filter(
const versionsWithMajor = response.versions.filter(
(f) =>
validateMajorVersionPrefix(f.version) === validateMajorVersionPrefix(version) && 'chromedriver' in f.downloads
);
Expand Down

0 comments on commit 7648915

Please sign in to comment.