Skip to content

Commit

Permalink
Bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
harture committed Jan 10, 2019
1 parent f27e57f commit 750770b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/elasticsearch/client.go
Expand Up @@ -24,7 +24,7 @@ func NewClient(addr string, httpClient *http.Client) *Client {
}

// IndexData index the document 'data' under a type in
func (c *Client) IndexData(esIndex, esType, id, timestamp string, data interface{}) error {
func (c *Client) IndexData(esIndex, esType, id, data interface{}) error {

var d, err = json.Marshal(data)
if err != nil {
Expand Down

0 comments on commit 750770b

Please sign in to comment.