Make chat persistent across reboot
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 3m25s
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 3m25s
This commit is contained in:
@@ -38,6 +38,7 @@ func main() {
|
||||
if err != nil {
|
||||
log.Fatal(err)
|
||||
}
|
||||
services.InitWebSocket(db)
|
||||
|
||||
// SPOTIFY
|
||||
spotifyAuthState := os.Getenv("SPOTIFY_AUTH_STATE")
|
||||
|
||||
Reference in New Issue
Block a user