Commit aa40d41a authored by nanahira's avatar nanahira

no remote url on cn

parent 8ecd3290
Pipeline #40298 passed with stages
in 2 minutes and 56 seconds
......@@ -149,7 +149,7 @@ export class UpdateService extends ConsoleLogger {
archives.forEach((a) =>
a.fillUrl({
cdnUrlOversize: this.cdnUrlOversize,
...(isChina ? { cdnUrl: this.cdnUrlCn, cdnUrlBackup: this.cdnUrl } : { cdnUrl: this.cdnUrl }),
...(isChina ? { cdnUrl: this.cdnUrlCn } : { cdnUrl: this.cdnUrl }),
})
);
return archives;
......
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