Skip to content

Commit 483e70b

Browse files
author
Tomáš Winkler
authored
Remove ToDo task - we will use this implementation
1 parent 9ca3c03 commit 483e70b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/cmds/backup.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import chalk from 'chalk';
33
import { environmentConfigExists, getEnvironmentsConfig } from '../utils/environmentUtils';
44
import { CleanService, ExportService, ImportService, ZipService, IProcessedItem } from '@kentico/kontent-backup-manager';
55
import { getFileBackupName } from '../utils/fileUtils';
6-
// TODO - decide whether to use thi implementation or i.e. fs module or any other standard
76
import { FileService } from '@kentico/kontent-backup-manager/dist/cjs/lib/node';
87

98
const kontentBackupCommand: yargs.CommandModule = {

0 commit comments

Comments
 (0)