fix: ffprobe fails #569
1 changed files with 0 additions and 2 deletions
|
@ -28,8 +28,6 @@ const claimGet = ({ ip, originalUrl, params }, res) => {
|
||||||
throw new Error(`Unable to Get ${name}#${claimId}`);
|
throw new Error(`Unable to Get ${name}#${claimId}`);
|
||||||
}
|
}
|
||||||
getResult = result;
|
getResult = result;
|
||||||
})
|
|
||||||
.then(() => {
|
|
||||||
return createFileRecordDataAfterGet(resolveResult, getResult);
|
return createFileRecordDataAfterGet(resolveResult, getResult);
|
||||||
})
|
})
|
||||||
.then(fileData => {
|
.then(fileData => {
|
||||||
|
|
Loading…
Add table
Reference in a new issue