Skip to content

Commit

Permalink
Fix copy comment error #129
Browse files Browse the repository at this point in the history
  • Loading branch information
haimkastner committed May 3, 2020
1 parent ef860bb commit 7044b43
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions backend/src/controllers/backupController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ export class BackupController extends Controller {
public async getSettingsBackup(@Request() request: express.Request) {
const zip = new AdmZip();

zip.addZipComment(`Generated by casanet server, in ${new Date().toLocaleDateString()}`);

zip.addLocalFolder(CACHE_DIRECTORY, 'cache');

const dataToZip: Array<{ name: string, data: any }> = [{
Expand Down

0 comments on commit 7044b43

Please sign in to comment.