diff --git a/helpers/helpers.go b/helpers/helpers.go index 8711c72..2980b6b 100644 --- a/helpers/helpers.go +++ b/helpers/helpers.go @@ -13,7 +13,6 @@ import ( "strings" "sync" "time" - "github.com/Chista-Framework/Chista/logger" "github.com/Chista-Framework/Chista/models" "github.com/TwiN/go-color" @@ -59,6 +58,7 @@ func UniqueStrArray(input []string) []string { return uniqueArray } + func InitiliazeWebSocketConnection() error { API_ONLY = GoDotEnvVariable("API_ONLY") // Define the WebSocket endpoint URL.