Skip to content

Commit

Permalink
a patch
Browse files Browse the repository at this point in the history
  • Loading branch information
vasani-arpit committed Jun 14, 2019
1 parent 2aedf25 commit 664332a
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 @@ -23,7 +23,7 @@ this.getRevNumber = function () {
.then(json => {
//console.log(json);
var betaChannel = json[0].versions.find(x => x.channel == "canary").branch_base_position;
resolve(betaChannel);
resolve("666595");
});
})

Expand Down

0 comments on commit 664332a

Please sign in to comment.