fixed problem on spee.ch/:claimName routes
This commit is contained in:
parent
cb4a116d8e
commit
6163b2d2c7
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Reference in a new issue