Commit 6e3b109c authored by nanahira's avatar nanahira

ignore latest field and put every version to latest

parent 3cdb69f7
......@@ -41,7 +41,7 @@ export class UpdateService extends ConsoleLogger {
depotDto.platform = platform;*/
// this.log(platform);
for (const app of data) {
if (app.version && app.version[platform] === '_latest') {
if (app.version?.[platform]) {
// this.log(`Try fetching latest version of ${app.id} ${platform}`);
const tryCache = appVersionCacheMap.get(app.id);
if (tryCache) {
......
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