mirror of
https://github.com/orionprotocol/sdk.git
synced 2026-03-15 22:52:36 +03:00
Remove id from baseMessageSchema.ts
This commit is contained in:
@@ -3,7 +3,6 @@ import MessageType from '../MessageType';
|
||||
|
||||
const baseMessageSchema = z.object({
|
||||
T: z.nativeEnum(MessageType),
|
||||
id: z.string().optional(),
|
||||
_: z.number(),
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user