Keep adoption transfer codes stable
Deploy / deploy-dev (push) Has been skipped
Deploy / deploy-prod (push) Successful in 2m17s

This commit is contained in:
Corey Blais
2026-06-03 12:10:27 -04:00
parent 7b7171c109
commit 0411ec5175
5 changed files with 116 additions and 40 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ import { getSignedS3ObjectUrl } from '../storage/s3Client.js';
import type { BirdRow } from '../types.js';
import { renderAdoptionReportPdf } from './adoptionReport.js';
const adoptionReportWeightHistoryDays = 425;
const adoptionReportWeightHistoryDays = 14;
const parseDataImage = (value: string | null) => {
if (!value) {