Skip to content

Commit 4970539

Browse files
committed
fix: remove unused imports and variables
Fixes eslint warnings
1 parent 3a0c4a9 commit 4970539

2 files changed

Lines changed: 0 additions & 5 deletions

File tree

apps/dns-analytics/src/tools/dex-analytics.tools.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
11
import { z } from 'zod'
22

33
import { getCloudflareClient } from '@repo/mcp-common/src/cloudflare-api'
4-
import { getEnv } from '@repo/mcp-common/src/env'
54

65
import type { AccountGetParams } from 'cloudflare/resources/accounts/accounts.mjs'
76
import type { ReportGetParams } from 'cloudflare/resources/dns/analytics.mjs'
87
import type { ZoneGetParams } from 'cloudflare/resources/dns/settings.mjs'
98
import type { DNSAnalyticsMCP } from '../dns-analytics.app'
10-
import type { Env } from '../dns-analytics.context'
11-
12-
const env = getEnv<Env>()
139

1410
function getStartDate(days: number) {
1511
const today = new Date()

packages/mcp-common/src/tools/hyperdrive.tools.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ import {
1313
HyperdriveListParamPerPageSchema,
1414
HyperdriveOriginDatabaseSchema,
1515
HyperdriveOriginHostSchema,
16-
HyperdriveOriginPasswordSchema,
1716
HyperdriveOriginPortSchema,
1817
HyperdriveOriginSchemeSchema,
1918
HyperdriveOriginUserSchema,

0 commit comments

Comments
 (0)