fixed problem on spee.ch/:claimName routes

This commit is contained in:
bill bittner 2017-08-24 09:42:56 -07:00
parent cb4a116d8e
commit 6163b2d2c7

View file

@ -151,7 +151,7 @@ module.exports = (app) => {
logger.debug('claim name = ', name); logger.debug('claim name = ', name);
logger.debug('method =', method); logger.debug('method =', method);
// 1. retrieve the asset and information // 1. retrieve the asset and information
getAsset(CLAIM, null, null, null, name, null) getAsset(CLAIM, null, null, name, null)
// 2. respond to the request // 2. respond to the request
.then(fileInfo => { .then(fileInfo => {
if (!fileInfo) { if (!fileInfo) {