Skip to content

Commit 2421a9b

Browse files
committed
chore: move mcp-common/src/util/poll.ts to mcp-common/src/poll.ts
This is for consistency with the rest of the helpers in mcp-common
1 parent d1a2fb2 commit 2421a9b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

apps/radar/src/tools/url-scanner.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { getCloudflareClient } from '@repo/mcp-common/src/cloudflare-api'
2-
import { pollUntilReady } from '@repo/mcp-common/src/utils/poll'
2+
import { pollUntilReady } from '@repo/mcp-common/src/poll'
33

44
import { CreateScanResult, UrlParam } from '../types/url-scanner'
55

File renamed without changes.

0 commit comments

Comments
 (0)