fix(GRO-1441): remove duplicate coatType/petSizeCategory from buildPet #35

Merged
The Dogfather merged 1 commits from fix/gro-1441-remove-duplicate-coat-props into dev 2026-05-23 18:31:01 +00:00
Member

Summary

  • Remove duplicate coatType: null and petSizeCategory: null pairs from buildPet in packages/db/src/factories.ts
  • Lines 108-109 were introduced by the PR #12 merge; lines 102-103 already existed — removing the duplicate resolves TS1117

Acceptance criteria

  • pnpm typecheck passes
  • pnpm test passes (pre-existing seed-uat-credentials failure, unrelated)
  • No duplicate properties in buildPet object literal
  • PR opened to dev

Related

🤖 Generated with Claude Code

## Summary - Remove duplicate `coatType: null` and `petSizeCategory: null` pairs from `buildPet` in `packages/db/src/factories.ts` - Lines 108-109 were introduced by the PR #12 merge; lines 102-103 already existed — removing the duplicate resolves TS1117 ## Acceptance criteria - [x] `pnpm typecheck` passes - [ ] `pnpm test` passes (pre-existing seed-uat-credentials failure, unrelated) - [x] No duplicate properties in `buildPet` object literal - [x] PR opened to `dev` ## Related - Closes [GRO-1441](/GRO/issues/GRO-1441) - Blocks: [GRO-1442](/GRO/issues/GRO-1442) 🤖 Generated with [Claude Code](https://claude.com/claude-code)
The Dogfather added 1 commit 2026-05-21 10:32:25 +00:00
fix(GRO-1441): remove duplicate coatType/petSizeCategory from buildPet
CI / Lint & Typecheck (pull_request) Successful in 15s
CI / Test (pull_request) Successful in 20s
CI / Build & Push Docker Image (pull_request) Successful in 25s
9f2809e89b
Lines 108-109 were duplicates of lines 102-103 from the PR #12 merge.
Removing the duplicate pair resolves the TS1117 error on dev.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
The Dogfather merged commit b5a08a2c7e into dev 2026-05-23 18:31:01 +00:00
Sign in to join this conversation.