Skip to content

Commit 9134e27

Browse files
author
Calvinn Ng
committed
remove redundant getUniqueId
1 parent 313c34b commit 9134e27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/config/ConfigHandler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ import {
9696
// Setup telemetry only after (and if) we know it is enabled
9797
await Telemetry.setup(
9898
newConfig.allowAnonymousTelemetry ?? true,
99-
await this.ide.getUniqueId(),
99+
uniqueId,
100100
ideInfo.extensionVersion,
101101
);
102102

0 commit comments

Comments
 (0)