mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
fix chage duplicate message
This commit is contained in:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user