We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd4d3be commit 1f86af3Copy full SHA for 1f86af3
libs/report/ingestion/src/lib/ingestion.ts
@@ -1,5 +1,5 @@
1
import { type ArgumentsCamelCase, type CommandModule } from 'yargs';
2
-import { askConsent, promptClientName, promptToProceedUploadFile } from './prompts';
+import { askConsent, promptClientName } from './prompts';
3
import { findManifestFile, getClientToken, sendManifest } from './send-manifest';
4
import { type Options } from './types';
5
0 commit comments