🐛 Fix empty message

This commit is contained in:
2024-06-08 20:38:03 +08:00
parent 9b76311462
commit 25578f83f3
5 changed files with 15 additions and 9 deletions

View File

@ -5,7 +5,6 @@ import (
"os/signal"
"syscall"
"git.solsynth.dev/hydrogen/messaging/pkg/external"
"git.solsynth.dev/hydrogen/messaging/pkg/services"
"github.com/robfig/cron/v3"
@ -44,7 +43,7 @@ func main() {
}
// Connect other services
external.SetupLiveKit()
services.SetupLiveKit()
if err := grpc.ConnectPassport(); err != nil {
log.Fatal().Err(err).Msg("An error occurred when connecting to passport...")
}