Skip to content

Commit

Permalink
Fixing Lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
laileni-aws committed Dec 12, 2024
1 parent 990b577 commit 5428d8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/codewhisperer/util/telemetryHelper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export class TelemetryHelper {
generatedCharactersCount?: number,
generatedCount?: number,
generatedLinesCount?: number,
reason?: string,
reason?: string
) {
telemetry.amazonq_utgGenerateTests.emit({
cwsprChatProgrammingLanguage: session.fileLanguage ?? 'plaintext',
Expand Down

0 comments on commit 5428d8d

Please sign in to comment.