Skip to content

Commit e7057db

Browse files
committed
addresss comments
1 parent d3ffc64 commit e7057db

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/core/src/codewhisperer/tracker/codewhispererTracker.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ export class CodeWhispererTracker {
152152
// deprecated % value and should not be used by service side
153153
modificationPercentage: percentage,
154154
customizationArn: customizationArn,
155-
timestamp: new Date(Date.now()),
155+
timestamp: new Date(),
156156
acceptedCharacterCount: suggestion.originalString.length,
157157
unmodifiedAcceptedCharacterCount: getUnmodifiedAcceptedTokens(
158158
suggestion.originalString,

0 commit comments

Comments
 (0)