Skip to content

Commit 9192b6d

Browse files
committed
format
1 parent a6b5723 commit 9192b6d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/mcp-common/src/api/workers-observability.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
import { env } from 'cloudflare:workers'
2+
13
import { fetchCloudflareApi } from '../cloudflare-api'
24
import {
35
zKeysResponse,
@@ -8,7 +10,6 @@ import { V4Schema } from '../v4-api'
810

911
import type { z } from 'zod'
1012
import type { zKeysRequest, zQueryRunRequest, zValuesRequest } from '../types/workers-logs-schemas'
11-
import { env } from 'cloudflare:workers'
1213

1314
type QueryRunRequest = z.infer<typeof zQueryRunRequest>
1415

0 commit comments

Comments
 (0)