Fares 10 months ago
parent
commit
05d511bd88
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/handlers/upload_handler.dart

+ 1 - 1
lib/handlers/upload_handler.dart

@@ -81,7 +81,7 @@ Future<Response> handleFileUpload(Request request) async {
               // Continue execution even if archive upload fails
             }
 
-            // await processCsvData(tempFile, supabase);
+            await processCsvData(tempFile, supabase);
 
             // No need to subscribe to channel
             final channel = supabase.channel('csvhichstorage');