fix: check for more errors, remove obsolete code and encode user ids

This commit is contained in:
Juan Pablo Villafáñez
2024-03-12 18:08:29 +01:00
parent 1714eacbf0
commit 14f76519b0
4 changed files with 21 additions and 15 deletions

View File

@@ -65,8 +65,7 @@ func Server(cfg *config.Config) *cli.Command {
if err != nil {
return err
}
grpcServer.Serve(l)
return nil
return grpcServer.Serve(l)
},
func(_ error) {
logger.Error().