Commit 4be0d44
fix: Use optional chaining and remove unused imports
Address lint failures: use `res?.error` instead of `res && res.error`,
and remove unused imports in the test file.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 75bc15a commit 4be0d44
File tree
2 files changed
+1
-3
lines changed- packages/core
- src/integrations
- test/lib/integrations
2 files changed
+1
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
403 | 403 | | |
404 | 404 | | |
405 | 405 | | |
406 | | - | |
| 406 | + | |
407 | 407 | | |
408 | 408 | | |
409 | 409 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | 5 | | |
7 | 6 | | |
8 | 7 | | |
9 | 8 | | |
10 | 9 | | |
11 | | - | |
12 | 10 | | |
13 | 11 | | |
14 | 12 | | |
| |||
0 commit comments