Notifications are disabled for service

Found this post How to stop icinga2 notifications via API - #7 by Tqnsls which mentions how to disable notifications. Did the opposite and now see

var obj = get_object(“IcingaApplication”, “app”)
if (obj) {
obj.modify_attribute(“enable_notifications”, true)
obj.version = 1712328115.352699
}