Skip to content

Commit

Permalink
feat: allow easier class extension
Browse files Browse the repository at this point in the history
  • Loading branch information
lihbr committed Dec 13, 2022
1 parent eb0f3ad commit e2586c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ export class CustomTypesClient {
* @throws {@link NotFoundError} Thrown if the requested entity could not be
* found.
*/
private async fetch<T = unknown>(
protected async fetch<T = unknown>(
path: string,
params: Partial<CustomTypesClientMethodParams> & FetchParams = {},
requestInit: RequestInitLike = {},
Expand Down

0 comments on commit e2586c8

Please sign in to comment.