Skip to content

Commit

Permalink
log the storage path
Browse files Browse the repository at this point in the history
  • Loading branch information
Tooseriuz committed Aug 21, 2024
1 parent 680f488 commit 45fbfae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noncore/views/v1/models/guardian-audio.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ exports.models = {
const audioStorageUrl = (dbRow.url == null)
? 's3://' + process.env.INGEST_BUCKET + audioPath
: dbRow.url

console.info(audioStorageUrl)
audioUtils.cacheSourceAudio(audioStorageUrl)
.then(function ({ sourceFilePath }) {
if ((dbRow.Format.file_extension === outputFileExtension) &&
Expand Down

0 comments on commit 45fbfae

Please sign in to comment.