Commit f13b270
authored
Fix issue with export profile api route (#93)
The is an error calling the `GET /profiles/{name}/export` API route. The
server returns `Cannot read properties of undefined (reading 'length')`
error.
This issue is server side so this commit attempts to work around the
issue by calling the `GET /profiles/{name}` route instead for the export
function.
This change should be undone once the server side route is fixed.
fixes #921 parent fe8a857 commit f13b270
1 file changed
Lines changed: 12 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
220 | 220 | | |
221 | 221 | | |
222 | 222 | | |
223 | | - | |
224 | | - | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
225 | 234 | | |
226 | 235 | | |
227 | 236 | | |
228 | 237 | | |
229 | 238 | | |
230 | | - | |
| 239 | + | |
231 | 240 | | |
232 | 241 | | |
233 | 242 | | |
| |||
0 commit comments