This commit is contained in:
Alex
2024-09-05 09:35:04 -05:00
parent c579e78413
commit 630fcf3516
2 changed files with 1 additions and 6 deletions
@@ -1,5 +1,3 @@
import 'dart:io';
import 'package:cancellation_token_http/http.dart';
import 'package:collection/collection.dart';
import 'package:flutter/foundation.dart';
@@ -473,7 +471,7 @@ class BackupNotifier extends StateNotifier<BackUpState> {
}
// Check with server for hash duplication
await _backupService.checkBulkUpload(candidates);
final bulkCheckResult = await _backupService.checkBulkUpload(candidates);
// // Perform Backup
// state = state.copyWith(cancelToken: CancellationToken());