mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-28 18:33:37 +00:00
style(mattermost): format websocket monitor
This commit is contained in:
@@ -36,7 +36,10 @@ export type MattermostWebSocketLike = {
|
||||
|
||||
export type MattermostWebSocketFactory = (url: string) => MattermostWebSocketLike;
|
||||
|
||||
const MattermostPostSchema = z.record(z.string(), z.unknown()) as unknown as z.ZodType<MattermostPost>;
|
||||
const MattermostPostSchema = z.record(
|
||||
z.string(),
|
||||
z.unknown(),
|
||||
) as unknown as z.ZodType<MattermostPost>;
|
||||
|
||||
const MattermostEventPayloadSchema = z.object({
|
||||
event: z.string().optional(),
|
||||
|
||||
Reference in New Issue
Block a user