refactor: move domain structure and mapper

This commit is contained in:
2026-04-14 19:48:16 +03:00
parent 76fe95400c
commit 0b955bb714
11 changed files with 111 additions and 58 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ func NewApp() *App {
func (a *App) Run() {
err := a.hubServe()
if err != nil {
a.log.Error().Err(err).Msg("failed start server")
a.log.Error().Err(err).Msg("failed to start the server")
}
}