q-koa 8.5.0 → 8.5.1

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.
@@ -15,7 +15,7 @@ exports.getList = (config) => (type) => {
15
15
  return list
16
16
  }
17
17
 
18
- exports.getObject = (config) => (type) => {
18
+ exports.getObject = (config, app) => async (type) => {
19
19
  if (app) {
20
20
  const applicationList = await app.cache.get('application')
21
21
  if (
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "q-koa",
3
- "version": "8.5.0",
3
+ "version": "8.5.1",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {