|
@@ -291,8 +291,7 @@ class UtilService extends CrudService {
|
|
|
const res = await this.ctx.curl(`http://127.0.0.1${uri}`);
|
|
|
if (res && res.data) {
|
|
|
console.log('in function:append');
|
|
|
- console.log(res.data);
|
|
|
- archive.append(res.data, filename);
|
|
|
+ archive.append(res.data, { name: filename });
|
|
|
}
|
|
|
}
|
|
|
console.log('before finalize');
|