Skip to content

Commit

Permalink
Merge pull request GoogleChromeLabs#46 from adityapunjani/master
Browse files Browse the repository at this point in the history
Fixing options bug in fastest strategy
  • Loading branch information
jeffposnick committed Oct 12, 2015
2 parents c35e977 + e553879 commit 0f28b4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/strategies/fastest.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ function fastest(request, values, options) {
helpers.fetchAndCache(request.clone(), options)
.then(maybeResolve, maybeReject);

cacheOnly(request, options)
cacheOnly(request, values, options)
.then(maybeResolve, maybeReject);
});
}
Expand Down

0 comments on commit 0f28b4f

Please sign in to comment.