Skip to content

Commit e5d016f

Browse files
committed
formatting
1 parent 3c48479 commit e5d016f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/mcp-common/src/types/workers-logs-schemas.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,7 @@ export const zSearchNeedle = z.object({
117117
matchCase: z.boolean().optional(),
118118
})
119119

120-
const zViews = z
121-
.enum(['events', 'calculations', 'invocations'])
120+
const zViews = z.enum(['events', 'calculations', 'invocations'])
122121

123122
export const zAggregateResult = z.object({
124123
groups: z.array(z.object({ key: z.string(), value: zPrimitiveUnion })).optional(),

0 commit comments

Comments
 (0)