q-koa 9.8.2 → 9.9.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -167,5 +167,5 @@ exports.getAppConfig = async ({ app, config, key }) => {
167
167
 
168
168
  const target = application.find(findConfig(config || key))
169
169
 
170
- return target
170
+ return target || null
171
171
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "q-koa",
3
- "version": "9.8.2",
3
+ "version": "9.9.9",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {