updated google analytics

This commit is contained in:
bill bittner 2017-08-03 21:59:22 -07:00
parent a7f8154082
commit a6cbb79921
6 changed files with 17 additions and 24 deletions

View file

@ -94,7 +94,7 @@ module.exports = {
getAssetByShortUrl: function (shortUrl, name) {
return new Promise((resolve, reject) => {
// get the full claimId
serveHelpers.getClaimIdByShortUrl(shortUrl, name)
serveHelpers.getClaimIdFromShortUrl(shortUrl, name)
// get the asset by the claimId
.then(claimId => {
resolve(getAssetByClaimId(claimId, name));