mirror of
https://github.com/owncloud/ocis
synced 2026-04-26 01:35:25 +02:00
fix: check for more errors, remove obsolete code and encode user ids
This commit is contained in:
@@ -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().
|
||||
|
||||
Reference in New Issue
Block a user