🐛 Fix attachment transfer issue

This commit is contained in:
2024-04-13 19:26:44 +08:00
parent ed9066ca7b
commit 4aae5700e0
13 changed files with 21 additions and 126 deletions

View File

@ -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...")
}
}()