fix: ffprobe fails #569

Merged
bones7242 merged 2 commits from 564-ffprobe-fails into master 2018-08-09 20:09:45 +02:00
Showing only changes of commit 5d6d9cf474 - Show all commits

View file

@ -28,8 +28,6 @@ const claimGet = ({ ip, originalUrl, params }, res) => {
throw new Error(`Unable to Get ${name}#${claimId}`);
}
getResult = result;
})
.then(() => {
return createFileRecordDataAfterGet(resolveResult, getResult);
})
.then(fileData => {