Skip to content

Commit c4ddfe6

Browse files
style: fix linting issues with Prettier
1 parent aaa103a commit c4ddfe6

File tree

1 file changed

+18
-9
lines changed

1 file changed

+18
-9
lines changed

src/api/integrations/channel/whatsapp/whatsapp.baileys.service.ts

Lines changed: 18 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3005,15 +3005,24 @@ export class BaileysStartupService extends ChannelStartupService {
30053005
.audioFrequency(48000)
30063006
.audioChannels(1)
30073007
.outputOptions([
3008-
'-write_xing', '0',
3009-
'-compression_level', '10',
3010-
'-application', 'voip',
3011-
'-fflags', '+bitexact',
3012-
'-flags', '+bitexact',
3013-
'-id3v2_version', '0',
3014-
'-map_metadata', '-1',
3015-
'-map_chapters', '-1',
3016-
'-write_bext', '0'
3008+
'-write_xing',
3009+
'0',
3010+
'-compression_level',
3011+
'10',
3012+
'-application',
3013+
'voip',
3014+
'-fflags',
3015+
'+bitexact',
3016+
'-flags',
3017+
'+bitexact',
3018+
'-id3v2_version',
3019+
'0',
3020+
'-map_metadata',
3021+
'-1',
3022+
'-map_chapters',
3023+
'-1',
3024+
'-write_bext',
3025+
'0',
30173026
])
30183027
.pipe(outputAudioStream, { end: true })
30193028
.on('error', function (error) {

0 commit comments

Comments
 (0)