@manyos/smileconnect-api 1.29.1 → 1.29.2

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": "@manyos/smileconnect-api",
3
- "version": "1.29.1",
3
+ "version": "1.29.2",
4
4
  "description": "A proxy and abstraction layer for BMCs IT Service Management Suite",
5
5
  "main": "app.js",
6
6
  "scripts": {
@@ -130,10 +130,7 @@ module.exports = (function() {
130
130
  );
131
131
 
132
132
  createAndUpdateScript(scriptId, req.body.code).then(script => {
133
- req.result = {
134
- id: scriptId,
135
- code: script
136
- };
133
+ req.result = script;
137
134
  log.debug('run next');
138
135
  next();
139
136
  }).catch (error=> {