From 2e6157e97bf62402dfd748ee4158f590650b54f8 Mon Sep 17 00:00:00 2001 From: Neal Conner Date: Sat, 13 Oct 2018 11:17:56 -0400 Subject: [PATCH] Expand customer results (#186) --- lib/customers.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/customers.js b/lib/customers.js index fb46ef1f..f42eeac3 100644 --- a/lib/customers.js +++ b/lib/customers.js @@ -15,7 +15,7 @@ const users = require('./users') const options = require('./options') const writeFile = util.promisify(fs.writeFile) -const NUM_RESULTS = 20 +const NUM_RESULTS = 1000 const idPhotoCardBasedir = _.get('idPhotoCardDir', options) /**