fix(GRO-1470): add portal PATCH /pets/:id + expand GET /pets response #40

Merged
The Dogfather merged 3 commits from flea-flicker/gro-1162-pet-buffer-time into dev 2026-05-21 20:16:53 +00:00
Showing only changes of commit 21981fbdc4 - Show all commits
@@ -2,6 +2,7 @@ import { describe, it, expect, vi, beforeEach } from "vitest";
import { Hono } from "hono";
import type { AppEnv, StaffRow } from "../middleware/rbac.js";
import { petsRouter } from "../routes/pets.js";
import { and, eq, exists, or } from "../db/index.js";
// ─── Mock staff fixtures ──────────────────────────────────────────────────────