@obb871001/api-integration-sdk 1.0.311 → 1.0.312
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/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -8152,7 +8152,7 @@ const Do = /* @__PURE__ */ gt(So), Eo = ({
|
|
|
8152
8152
|
},
|
|
8153
8153
|
select: (l) => {
|
|
8154
8154
|
const p = la(l) ? l : l.Marquees;
|
|
8155
|
-
return Be(p, (b) => b[i] || b
|
|
8155
|
+
return Be(p, (b) => b[i] || b?.en_US);
|
|
8156
8156
|
}
|
|
8157
8157
|
});
|
|
8158
8158
|
}, Vm = ({ options: e } = {}) => {
|