Skip to content

Commit

Permalink
fix struct name
Browse files Browse the repository at this point in the history
  • Loading branch information
Caleb-Hurshman committed Nov 26, 2024
1 parent 44b88b4 commit 9468cfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion receiver/splunksearchapireceiver/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ func (c defaultSplunkSearchAPIClient) GetJobStatus(sid string) (SearchJobStatusR

err = c.SetSplunkRequestAuth(req)
if err != nil {
return JobStatusResponse{}, err
return SearchJobStatusResponse{}, err
}

resp, err := c.client.Do(req)
Expand Down

0 comments on commit 9468cfb

Please sign in to comment.