We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd7ebf6 commit beb8a2eCopy full SHA for beb8a2e
packages/core/src/amazonqTest/chat/controller/controller.ts
@@ -283,7 +283,7 @@ export class TestController {
283
}) {
284
const { error, tabID } = data
285
286
- // If user reached montly limit for builderId
+ // If user reached monthly limit for builderId
287
if (error.code === 'CreateTestJobError') {
288
if (error.message.includes(CodeWhispererConstants.utgLimitReached)) {
289
getLogger().error('Monthly quota reached for QSDA actions.')
0 commit comments