updated getClaimIdByLongChannelId
This commit is contained in:
parent
409a9346de
commit
c6878eb0a3
3 changed files with 27 additions and 38 deletions
controllers
|
@ -136,7 +136,7 @@ module.exports = {
|
|||
resolve(NO_CHANNEL);
|
||||
return;
|
||||
}
|
||||
return db.getClaimIdByLongChannelId(result, claimName);
|
||||
return db.Claim.getClaimIdByLongChannelId(result, claimName);
|
||||
})
|
||||
.then(result => { // 3. get the asset using the long claim id
|
||||
logger.debug('asset claim id =', result);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue