bonsaif 1.10.23 → 1.10.26
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/lib/hookup/mongodb.js +1 -0
- package/lib/utl.js +1 -1
- package/package.json +1 -1
package/lib/hookup/mongodb.js
CHANGED
package/lib/utl.js
CHANGED
|
@@ -1058,7 +1058,7 @@ const apix=async(o)=>{
|
|
|
1058
1058
|
o.retry = retry;
|
|
1059
1059
|
await sleep(time*1000);
|
|
1060
1060
|
} while (retry <= retries);
|
|
1061
|
-
callback ? callback({...result}) : '';
|
|
1061
|
+
callback ? callback({...result, ...o}) : '';
|
|
1062
1062
|
}else{
|
|
1063
1063
|
result = await apix_backend(o);
|
|
1064
1064
|
}
|