From 53247fbd63b356d30040da70d16a4c7f36646994 Mon Sep 17 00:00:00 2001 From: Mathias Oterhals Myklebust Date: Fri, 30 Aug 2024 10:37:39 +0200 Subject: [PATCH] chore(salaryAndBenefits): add deprecation TODO --- studio/schemas/documents/salaryAndBenefits.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/studio/schemas/documents/salaryAndBenefits.ts b/studio/schemas/documents/salaryAndBenefits.ts index 86fb8159b..afda357e8 100644 --- a/studio/schemas/documents/salaryAndBenefits.ts +++ b/studio/schemas/documents/salaryAndBenefits.ts @@ -4,6 +4,8 @@ import { titleSlug } from "../schemaTypes/slug"; import seo from "../objects/seo"; import { benefitId } from "./benefit"; +// TODO: deprecated, drop support once important deployments have updated + const salaryAndBenefits = defineType({ name: "salaryAndBenefits", title: "Salary and Benefits",