(build)
| 1163 | } |
| 1164 | |
| 1165 | async function findPublishedTelegramBuild (build) { |
| 1166 | if (build.telegramTrack) { |
| 1167 | return await getObject('telegram', build.telegramTrack); |
| 1168 | } |
| 1169 | return null; |
| 1170 | } |
| 1171 | |
| 1172 | async function tracePublishedGooglePlayBuild (build) { |
| 1173 | await storeObject('google_play', toShotBuildInfo(build), build.googlePlayTrack); |
no test coverage detected