Skip to content

Commit 905959c

Browse files
committed
fix: comment
1 parent 8ac8ef3 commit 905959c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/telemetry/telemetry.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export const DEVICE_ID_TIMEOUT = 3000;
1818

1919
export class Telemetry {
2020
private isBufferingEvents: boolean = true;
21-
/** Resolves when the device ID is retrieved or timeout occurs */
21+
/** Resolves when the setup is complete or a timeout occurs */
2222
public setupPromise: Promise<[string, boolean]> | undefined;
2323
private deviceIdAbortController = new AbortController();
2424
private eventCache: EventCache;

0 commit comments

Comments
 (0)