Skip to content

Commit

Permalink
fix: Fix websocket connect ignored error (aurora-develop#118)
Browse files Browse the repository at this point in the history
* style: remove dead code

* typo
  • Loading branch information
0x676e67 authored Apr 6, 2024
1 parent faeae58 commit d65c5c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/chatgpt/request.go
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ func InitWSConn(client httpclient.AuroraHttpClient, token string, uuid string, p
if err != nil {
return err
}
createWSConn(client, wssURL, connInfo, 0)
err = createWSConn(client, wssURL, connInfo, 0)
if err != nil {
return err
}
Expand Down

0 comments on commit d65c5c2

Please sign in to comment.