fix chage duplicate message

This commit is contained in:
peter.maquiran
2025-09-04 15:40:45 +01:00
parent cfc7330e72
commit 430adf394d
54 changed files with 206 additions and 330 deletions
@@ -7,7 +7,7 @@ import { IDBoolean } from "../../../type";
export const RoomTableSchema = z.object({
$id: z.string().optional(),
id: z.string().optional(),
roomName: z.string(),
roomName: z.string().nullable(),
createdBy: z.object({
wxUserId: z.number(),
wxFullName: z.string(),