🐛 Fix attachment transfer issue
This commit is contained in:
@ -43,7 +43,7 @@ func main() {
|
||||
// Connect other services
|
||||
go func() {
|
||||
if err := grpc.ConnectPassport(); err != nil {
|
||||
log.Fatal().Err(err).Msg("An error occurred when connecting to identity grpc endpoint...")
|
||||
log.Fatal().Err(err).Msg("An error occurred when connecting to passport grpc endpoint...")
|
||||
}
|
||||
}()
|
||||
|
||||
|
Reference in New Issue
Block a user