@propriety/court-calendar 1.0.102 → 1.0.103
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.mjs
CHANGED
|
@@ -14137,7 +14137,7 @@ const Py = Dl(function({
|
|
|
14137
14137
|
g.has(U) || g.set(U, []), g.get(U).push(ae.ParcelID);
|
|
14138
14138
|
}
|
|
14139
14139
|
for (const [ae, U] of g)
|
|
14140
|
-
await oy(U,
|
|
14140
|
+
await oy(U, /* @__PURE__ */ new Date(), ae, y, i ?? void 0);
|
|
14141
14141
|
k(!0);
|
|
14142
14142
|
}
|
|
14143
14143
|
return /* @__PURE__ */ Y(ue, { justifyContent: "center", width: "100%", mt: 0, children: [
|
package/package.json
CHANGED
|
@@ -412,7 +412,7 @@ const CaseViewer = memo(function CaseViewer({
|
|
|
412
412
|
}
|
|
413
413
|
|
|
414
414
|
for (const [year, parcelIds] of byYear) {
|
|
415
|
-
await prepareFoilAffidavit(parcelIds,
|
|
415
|
+
await prepareFoilAffidavit(parcelIds, new Date(), year, apiKey, firstChair ?? undefined);
|
|
416
416
|
}
|
|
417
417
|
setFoilQueued(true);
|
|
418
418
|
}
|