- remove legacy code - refactor search and add tests
@ -72,7 +72,7 @@ func BuildCmd() *cli.Command {
rs := repos.New(cfg, db)
err := db.Init(ctx)
if err != nil {
slog.Error(gotext.Get("Error db init"), "err", err)
slog.Error(gotext.Get("Error initialization database"), "err", err)
os.Exit(1)
}
The note is not visible to the blocked user.