Skip to content

Commit

Permalink
remove extra line
Browse files Browse the repository at this point in the history
  • Loading branch information
Anemy committed Oct 3, 2023
1 parent bb47aed commit 3a007ca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/compass-query-bar/src/stores/ai-query-reducer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,6 @@ export const runAIQuery = (
// If we already aborted so we ignore the error.
return;
}

trackAndLogFailed({
errorName: 'request_error',
statusCode: (err as AtlasServiceError).statusCode || err?.code,
Expand Down

0 comments on commit 3a007ca

Please sign in to comment.