коммит произвёл
GitHub
родитель
6a6e05073e
Коммит
efbcb0a35a
@@ -89,10 +89,10 @@ func (a *App) Srv() *Server {
|
||||
return a.ch.srv
|
||||
}
|
||||
func (a *App) Log() *mlog.Logger {
|
||||
return a.ch.srv.Log
|
||||
return a.ch.srv.Log()
|
||||
}
|
||||
func (a *App) NotificationsLog() *mlog.Logger {
|
||||
return a.ch.srv.NotificationsLog
|
||||
return a.ch.srv.NotificationsLog()
|
||||
}
|
||||
|
||||
func (a *App) AccountMigration() einterfaces.AccountMigrationInterface {
|
||||
|
||||
Ссылка в новой задаче
Block a user