Commit aae254ce authored by nanahira's avatar nanahira

fix

parent c7ee525a
Pipeline #15349 passed with stages
in 5 minutes and 13 seconds
......@@ -46,6 +46,7 @@ export class UpdateService extends ConsoleLogger {
const tryCache = appVersionCacheMap.get(app.id);
if (tryCache) {
app.version[platform] = tryCache;
continue;
}
const latestBuild = await this.db
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment