We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ab976e commit 87fcd77Copy full SHA for 87fcd77
src/interceptors/android/fetch-apk.ts
@@ -112,8 +112,8 @@ async function cleanupOldApks(config: HtkConfig) {
112
113
export async function streamLatestApk(config: HtkConfig): Promise<stream.Readable> {
114
const [latestApkRelease, localApk] = await Promise.all([
115
- await getLatestRelease(),
116
- await getLatestLocalApk(config)
+ getLatestRelease(),
+ getLatestLocalApk(config)
117
]);
118
119
if (!localApk) {
0 commit comments