remove html from campaign list api

This commit is contained in:
KM Koushik
2025-07-22 22:49:21 +10:00
parent b0b6e5833d
commit 5612d7a3eb

View File

@@ -56,7 +56,6 @@ export const campaignRouter = createTRPCRouter({
createdAt: true,
updatedAt: true,
status: true,
html: true,
},
orderBy: {
createdAt: "desc",