remove deprecated code

This commit is contained in:
Michael Freno
2026-01-07 00:07:19 -05:00
parent 5e247e54cb
commit b04b5a8022
3 changed files with 0 additions and 111 deletions

View File

@@ -6,15 +6,6 @@ import { z } from "zod";
* Schemas for post creation, updating, querying, and interactions
*/
// ============================================================================
// Post Category and Status
// ============================================================================
/**
* Post category enum (deprecated but kept for backward compatibility)
*/
export const postCategorySchema = z.enum(["blog", "project"]);
// ============================================================================
// Post Creation and Updates
// ============================================================================