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

This commit is contained in:
Juan Pablo Villafáñez
2024-04-17 15:54:51 +02:00
parent 1714eacbf0
commit 14f76519b0
4 changed files with 21 additions and 15 deletions
+1 -2
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().