Skip to content

Commit

Permalink
fix import path for datadog lib (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
winor30 authored Feb 25, 2025
1 parent 0c0623e commit 01b020b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/monitors/tool.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { createToolSchema } from '../../utils/tool'
import { GetMonitorsZodSchema } from './schema'
import { datadogConfig } from '../../utils/datadog'
import { unreachable } from '../../utils/helper'
import { UnparsedObject } from '@datadog/datadog-api-client/dist/packages/datadog-api-client-common/util'
import { UnparsedObject } from '@datadog/datadog-api-client/dist/packages/datadog-api-client-common/util.js'

type MonitorsToolName = 'get_monitors'
type MonitorsTool = ExtendedTool<MonitorsToolName>
Expand Down

0 comments on commit 01b020b

Please sign in to comment.