Skip to content

Commit

Permalink
removed unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
cs-raj committed Jun 10, 2024
1 parent eb6d390 commit f56095d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/contentstack-import/src/utils/backup-handler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import { ImportConfig } from '../types';

export default async function backupHandler(importConfig: ImportConfig): Promise<string> {
if (importConfig.hasOwnProperty('useBackedupDir')) {
// await copyMapperFolder(importConfig, importConfig.useBackedupDir);
return importConfig.useBackedupDir;
}

Expand Down

0 comments on commit f56095d

Please sign in to comment.