await publishTranscriptionOutput()

in packages/worker/src/index.ts [408:415]


		await publishTranscriptionOutput(
			sqsClient,
			config.app.destinationQueueUrls[job.transcriptDestinationService],
			transcriptionOutput,
		);

		logger.info(
			`Worker successfully transcribed the file and sent notification to ${job.transcriptDestinationService} output queue`,