cosmetic change to promise chain
This commit is contained in:
parent
a26b1daa6e
commit
5d6d9cf474
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…
Reference in a new issue