awing-library 2.1.228-dev → 2.1.229-dev

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.
@@ -269,7 +269,7 @@ var RunInBackground = function () {
269
269
  detail.loginId === newDetail.loginId;
270
270
  });
271
271
  if (oldDetail) {
272
- return __assign(__assign({}, newDetail), { status: oldDetail.status });
272
+ return __assign(__assign({}, newDetail), { status: oldDetail.status, description: oldDetail.description });
273
273
  }
274
274
  }
275
275
  return newDetail;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "awing-library",
3
- "version": "2.1.228-dev",
3
+ "version": "2.1.229-dev",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",