cosmetic change to promise chain

This commit is contained in:
bill bittner 2018-08-09 09:46:25 -07:00
parent a26b1daa6e
commit 5d6d9cf474

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 => {