Skip to content

Commit 3b8fc30

Browse files
committed
update packages and rename requestId2
1 parent 371c44d commit 3b8fc30

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ mockitoKotlin = "5.4.0"
2727
mockk = "1.13.17"
2828
nimbus-jose-jwt = "9.40"
2929
node-gradle = "7.0.2"
30-
telemetryGenerator = "1.0.310"
30+
telemetryGenerator = "1.0.312"
3131
testLogger = "4.0.0"
3232
testRetry = "1.5.10"
3333
# test-only; platform provides slf4j transitively at runtime

plugins/amazonq/codewhisperer/jetbrains-community/src/software/aws/toolkits/jetbrains/services/codewhisperer/util/CodeWhispererZipUploadManager.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ class CodeWhispererZipUploadManager(private val project: Project) {
117117
duration = (System.currentTimeMillis() - startTime).toDouble(),
118118
credentialStartUrl = getStartUrl(project),
119119
requestId = requestId,
120-
id2 = id2,
120+
requestId2 = id2,
121121
requestServiceType = requestServiceType,
122122
httpStatusCode = httpStatusCode
123123
)

0 commit comments

Comments
 (0)