Skip to content

Commit a61506f

Browse files
committed
Make task optional
1 parent 65d0fb8 commit a61506f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"type": "Bug Fix",
3-
"description": "Resolve tutorial always showing on start"
3+
"description": "tutorial always showing on start"
44
}

packages/amazonq/src/inlineChat/controller/inlineChatController.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ export class InlineChatController {
121121
await this.reset()
122122
}
123123

124-
public async updateTaskAndLenses(task: InlineTask, taskState?: TaskState) {
124+
public async updateTaskAndLenses(task?: InlineTask, taskState?: TaskState) {
125125
if (!task) {
126126
return
127127
}

0 commit comments

Comments
 (0)