Skip to content

Commit d85566a

Browse files
committed
patch compile error after merge from main
1 parent ac2d41d commit d85566a

File tree

1 file changed

+1
-1
lines changed
  • plugins/amazonq/codewhisperer/jetbrains-community/src/software/aws/toolkits/jetbrains/services/codewhisperer/credentials

1 file changed

+1
-1
lines changed

plugins/amazonq/codewhisperer/jetbrains-community/src/software/aws/toolkits/jetbrains/services/codewhisperer/credentials/CodeWhispererClientAdaptor.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ open class CodeWhispererClientAdaptorImpl(override val project: Project) : CodeW
368368
}
369369
}
370370
requestBuilder.optOutPreference(getTelemetryOptOutPreference())
371-
requestBuilder.userContext(codeWhispererUserContext)
371+
requestBuilder.userContext(codeWhispererUserContext())
372372
}
373373
}
374374

0 commit comments

Comments
 (0)