Shun Miyazawa пре 10 месеци
родитељ
комит
3849c82e4e
1 измењених фајлова са 0 додато и 3 уклоњено
  1. 0 3
      apps/app/src/server/service/attachment.js

+ 0 - 3
apps/app/src/server/service/attachment.js

@@ -92,9 +92,6 @@ class AttachmentService {
         catch (err) {
         catch (err) {
           logger.error('Error in stream processing:', err);
           logger.error('Error in stream processing:', err);
         }
         }
-        finally {
-          readStreamForHandler.destroy();
-        }
       });
       });
 
 
       // Do not await, run in background
       // Do not await, run in background