Expand customer results (#186)
This commit is contained in:
parent
7a07412a70
commit
2e6157e97b
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ const users = require('./users')
|
||||||
const options = require('./options')
|
const options = require('./options')
|
||||||
const writeFile = util.promisify(fs.writeFile)
|
const writeFile = util.promisify(fs.writeFile)
|
||||||
|
|
||||||
const NUM_RESULTS = 20
|
const NUM_RESULTS = 1000
|
||||||
const idPhotoCardBasedir = _.get('idPhotoCardDir', options)
|
const idPhotoCardBasedir = _.get('idPhotoCardDir', options)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue