zet-lib 1.2.2 → 1.2.3

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/zRoute.js +1 -1
  2. package/package.json +1 -1
package/lib/zRoute.js CHANGED
@@ -3361,7 +3361,7 @@ zRoute.import = async (req, res, MYMODEL) => {
3361
3361
  io.to(room).emit('import', hd)
3362
3362
  let isInsert = true
3363
3363
 
3364
- for (let i = 3; i < result.length; i++) {
3364
+ for (let i = 2; i < result.length; i++) {
3365
3365
  hd = ''
3366
3366
  hd += `<tr>`
3367
3367
  const data = {}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zet-lib",
3
- "version": "1.2.2",
3
+ "version": "1.2.3",
4
4
  "description": "zet is a library that part of zet generator.",
5
5
  "engines": {
6
6
  "node": ">=18"