dbm-graph-api 1.1.57 → 1.1.58

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dbm-graph-api",
3
- "version": "1.1.57",
3
+ "version": "1.1.58",
4
4
  "main": "index.js",
5
5
  "type": "module",
6
6
  "scripts": {
@@ -13,7 +13,7 @@
13
13
  "dependencies": {
14
14
  "@aws-sdk/client-s3": "^3.984.0",
15
15
  "@aws-sdk/s3-request-presigner": "^3.984.0",
16
- "dbm": "^1.4.12",
16
+ "dbm": "^1.4.13",
17
17
  "html-to-text": "^9.0.5",
18
18
  "mime": "^4.1.0",
19
19
  "node-cron": "^4.2.1",
@@ -183,6 +183,9 @@ export default class UrlRequest extends Dbm.core.BaseObject {
183
183
  if(dataFunctionItem) {
184
184
  returnData = await dataFunctionItem.controller.performAction(aData, encodeSession);
185
185
  }
186
+ else {
187
+ this._logs.push("No action named " + aFunctionName);
188
+ }
186
189
 
187
190
  this._responseData = returnData;
188
191
  }