Commit 0e5cdfa
Hanzo Dev
fix: Add null check for finalOptions.headers in api-client
- Fixed TypeScript error where finalOptions.headers could be undefined
- Added check before accessing headers['Authorization']
- Resolves production build failure1 parent 043071b commit 0e5cdfa
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
130 | | - | |
| 130 | + | |
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
| |||
0 commit comments