test: fix post-sync verification regressions

This commit is contained in:
dotta
2026-03-20 07:01:42 -05:00
parent 2a33acce3a
commit 616a2bc8f9
5 changed files with 24 additions and 5 deletions

View File

@@ -7,7 +7,6 @@ import {
createCompanySchema,
updateCompanyBrandingSchema,
updateCompanySchema,
updateCompanyBrandingSchema,
} from "@paperclipai/shared";
import { forbidden } from "../errors.js";
import { validate } from "../middleware/validate.js";