Skip to content

Commit 85b0901

Browse files
author
David Hasani
committed
fix test
1 parent f18e5a9 commit 85b0901

File tree

1 file changed

+1
-1
lines changed
  • plugins/amazonq/codetransform/jetbrains-community/src/software/aws/toolkits/jetbrains/services/codemodernizer/client

1 file changed

+1
-1
lines changed

plugins/amazonq/codetransform/jetbrains-community/src/software/aws/toolkits/jetbrains/services/codemodernizer/client/GumbyClient.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ class GumbyClient(private val project: Project) {
148148
var result: CodeWhispererRuntimeResponse? = null
149149
try {
150150
result = apiCall()
151-
LOG.info { "$apiName request ID: ${result.responseMetadata().requestId()}" }
151+
LOG.info { "$apiName request ID: ${result.responseMetadata()?.requestId()}" }
152152
return result
153153
} catch (e: Exception) {
154154
LOG.error(e) { "$apiName failed: ${e.message}" }

0 commit comments

Comments
 (0)