Skip to content

Commit

Permalink
Update packages/core/src/amazonqTest/chat/controller/controller.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Tai Lai <[email protected]>
  • Loading branch information
laileni-aws and ctlai95 committed Dec 11, 2024
1 parent 4ee91ef commit e614901
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ export class TestController {
}) {
const { error, tabID } = data

// If user reached montly limit for builderId
// If user reached monthly limit for builderId
if (error.code === 'CreateTestJobError') {
if (error.message.includes(CodeWhispererConstants.utgLimitReached)) {
getLogger().error('Monthly quota reached for QSDA actions.')
Expand Down

0 comments on commit e614901

Please sign in to comment.