updated google analytics
This commit is contained in:
parent
a7f8154082
commit
a6cbb79921
6 changed files with 17 additions and 24 deletions
controllers
|
@ -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));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue