Skip to content

Commit 1f86af3

Browse files
Update libs/report/ingestion/src/lib/ingestion.ts
Co-authored-by: George Kalpakas <kalpakas.g@gmail.com>
1 parent bd4d3be commit 1f86af3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/report/ingestion/src/lib/ingestion.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { type ArgumentsCamelCase, type CommandModule } from 'yargs';
2-
import { askConsent, promptClientName, promptToProceedUploadFile } from './prompts';
2+
import { askConsent, promptClientName } from './prompts';
33
import { findManifestFile, getClientToken, sendManifest } from './send-manifest';
44
import { type Options } from './types';
55

0 commit comments

Comments
 (0)