def notifyIfSwitchStillActive()

in app/config/Switches.scala [81:83]


  def notifyIfSwitchStillActive(): Unit = {
    atomicSwitchMap.get.filter(_._2 == On).keys.foreach(notifier.sendStillActiveNotification)
  }