Update app id

This commit is contained in:
Mikołaj Pich 2019-02-25 01:44:26 +01:00
parent b3868bd675
commit 7f97128ced
No known key found for this signature in database
GPG key ID: F62B26E36D4C4BAA

View file

@ -148,7 +148,7 @@ module.exports.getDevPrBuilds = () => new Promise((resolve, reject) => {
});
module.exports.getDevBuildBranch = branch => new Promise((resolve, reject) => {
https.get(`https://bitrise-redirector.herokuapp.com/v0.1/apps/daeff1893f3c8128/builds/${branch}/artifacts/0/info`, (res) => {
https.get(`https://bitrise-redirector.herokuapp.com/v0.1/apps/f841f20d8f8b1dc8/builds/${branch}/artifacts/0/info`, (res) => {
let body = '';
try {