(build)
| 1159 | } |
| 1160 | |
| 1161 | async function tracePublishedTelegramBuild (build) { |
| 1162 | await storeObject('telegram', toShotBuildInfo(build), build.telegramTrack); |
| 1163 | } |
| 1164 | |
| 1165 | async function findPublishedTelegramBuild (build) { |
| 1166 | if (build.telegramTrack) { |
no test coverage detected