Skip to content

Commit bc8c85b

Browse files
committed
fix ts
1 parent 957517e commit bc8c85b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/server/lib/cloud/cy-prompt/CyPromptLifecycleManager.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import { readFile } from 'fs-extra'
1212
import { ensureCyPromptBundle } from './ensure_cy_prompt_bundle'
1313
import chokidar from 'chokidar'
1414
import { getCloudMetadata } from '../get_cloud_metadata'
15-
import { CyPromptAuthenticatedUserShape } from '@packages/types'
15+
import type { CyPromptAuthenticatedUserShape } from '@packages/types'
1616

1717
const debug = Debug('cypress:server:cy-prompt-lifecycle-manager')
1818

0 commit comments

Comments
 (0)