Skip to content

Commit

Permalink
removing disconnection
Browse files Browse the repository at this point in the history
  • Loading branch information
p-shubh committed May 16, 2024
1 parent 4024e8a commit ce9994f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion real_time_chat/real.time.chat.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ func RealtimeChatVoigerConnection() {
if err != nil {
log.Fatal(err)
}
defer c.Disconnect()
// defer c.Disconnect()

dbName := os.Getenv("SUPABASE_DB_NAME")
schema := os.Getenv("SCHEMA")
Expand Down

0 comments on commit ce9994f

Please sign in to comment.