Skip to content

Commit

Permalink
kicking build
Browse files Browse the repository at this point in the history
  • Loading branch information
Shane Harris committed Sep 3, 2023
1 parent c23e233 commit 7cb22af
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions electron/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -161,15 +161,7 @@ class ADB {
}
cb(tasks);
} else {
ecb(
error ||
'Nothing to install.' +
JSON.stringify(body) +
':' +
token +
':' +
`${getEnvCfg().http_url || 'https://api.sidequestvr.com'}/install-from-key`
);
ecb(error || 'Nothing to install.');
}
});
}
Expand Down

0 comments on commit 7cb22af

Please sign in to comment.