Преглед изворни кода

remove unnecessary comment

Futa Arai пре 1 година
родитељ
комит
28baefe0b7
1 измењених фајлова са 1 додато и 1 уклоњено
  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);