updated the post publish links

This commit is contained in:
bill bittner 2017-06-21 19:45:56 -07:00
parent d278c4d4bb
commit 192f0de4da
7 changed files with 175 additions and 159 deletions

View file

@ -117,7 +117,7 @@ module.exports = {
// return the claim
resolve(claim.dataValues);
// 3. otherwise use daemon to retrieve it
} else {
} else {
// 4. get the claim and serve it
getClaimAndHandleResponse(freePublicClaimUri, resolve, reject);
}