Skip to content

Commit

Permalink
addresss comments
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewyuq committed Oct 10, 2024
1 parent d3ffc64 commit e7057db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ export class CodeWhispererTracker {
// deprecated % value and should not be used by service side
modificationPercentage: percentage,
customizationArn: customizationArn,
timestamp: new Date(Date.now()),
timestamp: new Date(),
acceptedCharacterCount: suggestion.originalString.length,
unmodifiedAcceptedCharacterCount: getUnmodifiedAcceptedTokens(
suggestion.originalString,
Expand Down

0 comments on commit e7057db

Please sign in to comment.