chore(xo-server/backups-ng): remove incorrect TODO

This commit is contained in:
Julien Fontanet 2018-05-18 17:14:50 +02:00
parent 24ae65b254
commit e56be51b45

View File

@ -1197,7 +1197,6 @@ export default class BackupNg {
handler: RemoteHandler,
backups: MetadataDelta[]
): Promise<void> {
// TODO: remove VHD as well
await asyncMap(backups, async backup => {
const filename = ((backup._filename: any): string)