From f1a83e9b5cf1931adcdccef9db4586eeab987700 Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Thu, 17 Feb 2022 21:55:42 +0530 Subject: actually fixed all the errors with broken imports and clients --- anime/request_handler.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'anime/request_handler.go') diff --git a/anime/request_handler.go b/anime/request_handler.go index fe4f874..00703bc 100644 --- a/anime/request_handler.go +++ b/anime/request_handler.go @@ -24,7 +24,7 @@ import ( // Handles HTTP request with your OAuth token as a Header // TODO: Verify that this function is safe to use -func (c AnimeClient) requestHandler(endpoint string) string { +func (c Client) requestHandler(endpoint string) string { // generate request req, err := http.NewRequest("GET", endpoint, nil) if err != nil { -- cgit v1.2.3