@realtek/core-theme 0.0.79 → 0.0.80

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-lib/index.js CHANGED
@@ -28546,7 +28546,7 @@ async function uC({ jobIds: e, rate: t, priority: n }) {
28546
28546
  schemaVersion: 1,
28547
28547
  ...XS(),
28548
28548
  jobPayDetails: t ?? {},
28549
- priority: n ?? !1,
28549
+ priority: n == null ? "false" : String(n),
28550
28550
  priorityFrom: null,
28551
28551
  recruitersData: []
28552
28552
  })