Skip to content

Commit

Permalink
not sure what is happning to google. it is throwing 404.
Browse files Browse the repository at this point in the history
  • Loading branch information
vasani-arpit committed Jun 6, 2019
1 parent d345cd6 commit 1ded8c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/detectRev.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ this.getRevNumber = function () {
.then(res => res.json())
.then(json => {
//console.log(json);
var betaChannel = json[0].versions.find(x => x.channel == "stable").branch_base_position;
var betaChannel = json[0].versions.find(x => x.channel == "canary").branch_base_position;
resolve(betaChannel);
});
})
Expand Down

0 comments on commit 1ded8c1

Please sign in to comment.