Skip to content

Commit c2a1246

Browse files
committed
fix: cleanup
1 parent 671bbeb commit c2a1246

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/telemetry/telemetry.ts

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,6 @@ type EventResult = {
1414
error?: Error;
1515
};
1616

17-
export type TelemetryOptions = {
18-
session: Session;
19-
userConfig: UserConfig;
20-
commonProperties?: CommonProperties;
21-
eventCache?: EventCache;
22-
getRawMachineId?: () => Promise<string>;
23-
getContainerEnv?: () => Promise<boolean>;
24-
};
25-
2617
async function fileExists(filePath: string): Promise<boolean> {
2718
try {
2819
await fs.stat(filePath);

0 commit comments

Comments
 (0)