diff --git a/services/web/app/src/Features/Notifications/NotificationsBuilder.js b/services/web/app/src/Features/Notifications/NotificationsBuilder.js index 741974fa67..9236b628ab 100644 --- a/services/web/app/src/Features/Notifications/NotificationsBuilder.js +++ b/services/web/app/src/Features/Notifications/NotificationsBuilder.js @@ -157,7 +157,7 @@ function ipMatcherAffiliation(userId) { if (error != null) { return callback(error) } - if (response.statusCode !== 200) { + if (response.statusCode !== 200 || !body) { return callback() }