Browse Source

remove unnecessary comment

Futa Arai 2 năm trước cách đây
mục cha
commit
28baefe0b7
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      apps/app/src/server/util/stream.spec.ts

+ 1 - 1
apps/app/src/server/util/stream.spec.ts

@@ -1,7 +1,7 @@
 import { Readable, Writable, pipeline } from 'stream';
 import { promisify } from 'util';
 
-import { getBufferToFixedSizeTransform } from './stream'; // adjust the path as needed
+import { getBufferToFixedSizeTransform } from './stream';
 
 const pipelinePromise = promisify(pipeline);