@ahmadmubarak98/namozaj 1.6.61 → 1.6.62
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/dist/namozaj.js +3 -3
- package/package.json +1 -1
package/dist/namozaj.js
CHANGED
|
@@ -50532,7 +50532,7 @@ const _ = /* @__PURE__ */ getDefaultExportFromCjs(lodashExports), FileField = ({
|
|
|
50532
50532
|
size: we.size,
|
|
50533
50533
|
type: we.type
|
|
50534
50534
|
})), Ne = await Promise.all(ye);
|
|
50535
|
-
l == null || l([
|
|
50535
|
+
console.log("value", a), console.log("responses", Ne), l == null || l([
|
|
50536
50536
|
...a || [],
|
|
50537
50537
|
...(Ne || []).map((we) => we.response)
|
|
50538
50538
|
]), I(
|
|
@@ -50560,9 +50560,9 @@ const _ = /* @__PURE__ */ getDefaultExportFromCjs(lodashExports), FileField = ({
|
|
|
50560
50560
|
(Ue) => Ze(ye, Ue)
|
|
50561
50561
|
));
|
|
50562
50562
|
const we = await Promise.all(Ne);
|
|
50563
|
-
l == null || l([...a, ...we]);
|
|
50563
|
+
l == null || l([...a || [], ...we || []]);
|
|
50564
50564
|
} else
|
|
50565
|
-
l == null || l(ze);
|
|
50565
|
+
l == null || l(ze || []);
|
|
50566
50566
|
} catch (ze) {
|
|
50567
50567
|
re(Re(T, ze));
|
|
50568
50568
|
} finally {
|