mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-03-06 15:59:47 -05:00
Add anonymous option for votes
This commit is contained in:
@@ -520,6 +520,7 @@ export const API = (_apiTypeCheck = {
|
||||
returns: {} as any,
|
||||
props: z.object({
|
||||
title: z.string().min(1),
|
||||
isAnonymous: z.boolean(),
|
||||
description: contentSchema,
|
||||
}),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user