Skip to content

Commit

Permalink
Release commit
Browse files Browse the repository at this point in the history
  • Loading branch information
rbozburun committed Jan 21, 2024
1 parent d6b80b9 commit 57d7e78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helpers/helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -59,6 +58,7 @@ func UniqueStrArray(input []string) []string {
return uniqueArray
}


func InitiliazeWebSocketConnection() error {
API_ONLY = GoDotEnvVariable("API_ONLY")
// Define the WebSocket endpoint URL.
Expand Down

0 comments on commit 57d7e78

Please sign in to comment.