Skip to content

Commit 7648915

Browse files
committed
polish
1 parent f607c45 commit 7648915

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/compute-download-urls.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ async function getLastChromedriverVersionFromMajor(version) {
294294
if (exactMatch) {
295295
return exactMatch;
296296
}
297-
const versionsWithMajor = response.body.versions.filter(
297+
const versionsWithMajor = response.versions.filter(
298298
(f) =>
299299
validateMajorVersionPrefix(f.version) === validateMajorVersionPrefix(version) && 'chromedriver' in f.downloads
300300
);

0 commit comments

Comments
 (0)