@realtek/core-theme 0.0.267 → 0.0.268
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.cjs +1 -1
- package/dist-lib/index.cjs.map +1 -1
- package/dist-lib/index.js +0 -2
- package/dist-lib/index.js.map +1 -1
- package/package.json +1 -1
package/dist-lib/index.js
CHANGED
|
@@ -557,7 +557,6 @@ async function os({ jobIds: e, rate: t, priority: r }) {
|
|
|
557
557
|
userId: Uo(),
|
|
558
558
|
schemaVersion: 1,
|
|
559
559
|
...Ho(),
|
|
560
|
-
jobPayDetails: t ?? {},
|
|
561
560
|
priority: r == null ? "false" : String(r),
|
|
562
561
|
priorityFrom: null,
|
|
563
562
|
recruitersData: []
|
|
@@ -642,7 +641,6 @@ function fs({ jobIds: e, userId: t, rate: n, priority: r, removedIds: i, existin
|
|
|
642
641
|
userId: c[0],
|
|
643
642
|
schemaVersion: 1,
|
|
644
643
|
...Ho(),
|
|
645
|
-
jobPayDetails: n ?? {},
|
|
646
644
|
priority: String(r ?? !1),
|
|
647
645
|
priorityFrom: "",
|
|
648
646
|
recruitersData: l
|