Skip to content

Commit 8838b61

Browse files
committed
update return type for getClientName
1 parent e905d4d commit 8838b61

File tree

1 file changed

+1
-1
lines changed
  • packages/core/src/shared/telemetry

1 file changed

+1
-1
lines changed

packages/core/src/shared/telemetry/util.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@ export function withTelemetryContext(opts: TelemetryContextArgs) {
487487
*
488488
* Returns default value of vscode appName or AmazonQ-For-SMUS-CE in case of a sagemaker unified studio environment
489489
*/
490-
export function getClientName() {
490+
export function getClientName(): string {
491491
if (isSageMaker() && isSageMakerUnifiedStudio()) {
492492
return 'AmazonQ-For-SMUS-CE'
493493
}

0 commit comments

Comments
 (0)