Commit ecbd172
* fix(notifications): Fix notifications url request failure handling (#310)
* Replace concatMap using in response JSON parsing with a switchMap
* Revert back to concatMap and throw an error containing the response status code and text
* Clean-up syntax
* fixup! Clean-up syntax
* Log err.message instead of just the err object
* Fix code changed during rebase
* Include response body for more detailed error info
* Clean up imports
* Make error logging more specific
(cherry picked from commit 9e86184)
# Conflicts:
# src/app/Shared/Services/NotificationChannel.service.tsx
* fix(notifications): Fix notifications url request failure handling (#310)
* Replace concatMap using in response JSON parsing with a switchMap
* Revert back to concatMap and throw an error containing the response status code and text
* Clean-up syntax
* fixup! Clean-up syntax
* Log err.message instead of just the err object
* Fix code changed during rebase
* Include response body for more detailed error info
* Clean up imports
* Make error logging more specific
* Remove unused imports
Co-authored-by: Hareet Dhillon <[email protected]>
1 parent 1cd8a97 commit ecbd172
File tree
1 file changed
+14
-6
lines changed1 file changed
+14
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
78 | | - | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
79 | 86 | | |
| 87 | + | |
80 | 88 | | |
81 | 89 | | |
82 | 90 | | |
| |||
146 | 154 | | |
147 | 155 | | |
148 | 156 | | |
149 | | - | |
150 | | - | |
| 157 | + | |
| 158 | + | |
151 | 159 | | |
152 | 160 | | |
153 | 161 | | |
| |||
0 commit comments