From 441bcbd1872a9b410a7cdc70587778c2d96f7653 Mon Sep 17 00:00:00 2001 From: Neeraj Gupta <254676+ua741@users.noreply.github.com> Date: Thu, 17 Apr 2025 13:35:07 +0530 Subject: [PATCH] todo --- mobile/lib/db/files_db.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/mobile/lib/db/files_db.dart b/mobile/lib/db/files_db.dart index 6fb89a9d77..8d77ee42cb 100644 --- a/mobile/lib/db/files_db.dart +++ b/mobile/lib/db/files_db.dart @@ -1193,6 +1193,7 @@ class FilesDB with SqlDbBase { ); } + // todo: neeraj (rw, upload flow) Future deleteMultipleByGeneratedIDs(List generatedIDs) async { if (generatedIDs.isEmpty) { return;