[#1243] node: Rename notifications init func

Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
This commit is contained in:
Pavel Karpy 2022-03-15 21:09:38 +03:00 committed by Alex Vanin
parent d02720c910
commit a4a29f3442
2 changed files with 2 additions and 2 deletions

View file

@ -80,7 +80,7 @@ func initApp(c *cfg) {
initProfiler(c)
initMetrics(c)
initControlService(c)
initNotification(c)
initNotifications(c)
fatalOnErr(c.cfgObject.cfgLocalStorage.localStorage.Open())
fatalOnErr(c.cfgObject.cfgLocalStorage.localStorage.Init())