Skip to content

Commit

Permalink
make generic type unknown
Browse files Browse the repository at this point in the history
  • Loading branch information
ramirotw committed Apr 28, 2022
1 parent 361696d commit 892fd59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/cow-subgraph/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export class CowSubgraphApi {
return response.data
}

public async runQuery<T = any>(
public async runQuery<T = unknown>(
query: string,
variables?: Variables
): Promise<{
Expand Down

0 comments on commit 892fd59

Please sign in to comment.