We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
AudioWaveformExtension
1 parent 1f1a6b0 commit 2771fd7Copy full SHA for 2771fd7
.changeset/lemon-fireants-repair.md
@@ -0,0 +1,5 @@
1
+---
2
+"@trigger.dev/build": patch
3
4
+
5
+Missing construction option in `AudioWaveformExtension`
packages/build/src/extensions/audioWaveform.ts
@@ -11,7 +11,7 @@ const AUDIOWAVEFORM_CHECKSUM =
11
"sha256:00b41ea4d6e7a5b4affcfe4ac99951ec89da81a8cba40af19e9b98c3a8f9b4b8";
12
13
export function audioWaveform(options: AudioWaveformOptions = {}): BuildExtension {
14
- return new AudioWaveformExtension();
+ return new AudioWaveformExtension(options);
15
}
16
17
class AudioWaveformExtension implements BuildExtension {
0 commit comments