geer-builder 1.2.934 → 1.2.935

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.
@@ -128,7 +128,7 @@ export default
128
128
  data = await new DB_SETTINGS().get(key);
129
129
  }
130
130
 
131
- return data?.value;
131
+ return data ? data.value : undefined;
132
132
  },
133
133
  $_formatNumber(number, options)
134
134
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "geer-builder",
3
- "version": "1.2.934",
3
+ "version": "1.2.935",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {