zet-lib 1.2.90 → 1.2.91

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.
Files changed (2) hide show
  1. package/lib/Util.js +1 -1
  2. package/package.json +1 -1
package/lib/Util.js CHANGED
@@ -1007,7 +1007,7 @@ Util.regexCode = (lengthMin, lengthMax) => {
1007
1007
  }
1008
1008
 
1009
1009
  Util.imageProfile = function (image = '') {
1010
- return image ? (image.indexOf('http') > -1 ? image : '/uploads/user/' + image) : '/img/user.png'
1010
+ return image ? (image.indexOf('http') > -1 ? image : '/uploads/zuser/' + image) : '/img/user.png'
1011
1011
  }
1012
1012
 
1013
1013
  /*
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zet-lib",
3
- "version": "1.2.90",
3
+ "version": "1.2.91",
4
4
  "description": "zet is a library that part of zet generator.",
5
5
  "engines": {
6
6
  "node": ">=18"