Skip to content

Commit

Permalink
TA-3148: Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Buqeta committed Jul 18, 2024
1 parent d8846de commit 70efc91
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/utls/config-utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ export class ConfigUtils {
public static buildBatchExportZip(manifest: PackageManifestTransport[], packageZips: AdmZip[]): AdmZip {

const zipExport = new AdmZip();
const str = stringify(manifest);
zipExport.addFile("manifest.json", Buffer.from(stringify(manifest)));
packageZips.forEach(packageZip => {
const fileName = `${packageZip.getZipComment()}.zip`
Expand Down

0 comments on commit 70efc91

Please sign in to comment.