Skip to content

Commit 00909d2

Browse files
committed
Remove redundant await from the API request call within the progress notification
1 parent 8062991 commit 00909d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/vscode/src/commands/agent-commands.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ const perform_agent_task = async (params: {
132132
cancel_token_source.cancel('Cancelled by user.')
133133
})
134134

135-
return await make_api_request(
135+
return make_api_request(
136136
endpoint_url,
137137
provider.api_key,
138138
body,

0 commit comments

Comments
 (0)