Skip to content

Commit

Permalink
chore: fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
fatelei committed Jul 25, 2022
1 parent 9493cc2 commit 120befd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/modules/k6/ws/ws.go
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ func (mi *WS) Connect(url string, args ...goja.Value) (*WSHTTPResponse, error) {
if state.Logger != nil {
state.Logger.WithField("error", connErr).Warn("Ws Connection Failed")
}
return nil, nil
return &WSHTTPResponse{}, nil
}
}

Expand Down

0 comments on commit 120befd

Please sign in to comment.