Add missing ip matcher endpoint hit when opening project dashboard react (#12015)

* Add missing ip matcher endpoint hit when opening project dashboard react

* Add error logger on the catch block

GitOrigin-RevId: 0f69de329b1290a4f0f98ef00dda050fb09d5a08
This commit is contained in:
M Fahru
2023-03-01 07:08:18 -07:00
committed by Copybot
parent 351ab1979b
commit f1304fa205
2 changed files with 17 additions and 0 deletions
@@ -245,6 +245,9 @@ NotificationsBuilder.promises = {
dropboxDuplicateProjectNames(userId) {
return promisifyAll(dropboxDuplicateProjectNames(userId))
},
ipMatcherAffiliation: function (userId) {
return promisifyAll(ipMatcherAffiliation(userId))
},
}
module.exports = NotificationsBuilder