Skip to content

Commit

Permalink
chore: address engg feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
bhargavaparoksham committed Feb 2, 2024
1 parent 3a5e301 commit a0e7948
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/data-layer/src/data-layer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,7 @@ export class DataLayer {
chainId,
};

// fixme: any
// eslint-disable-next-line @typescript-eslint/no-explicit-any
const response: any = await request(
const response: { projects: Program[] } = await request(
this.gsIndexerEndpoint,
getProgramsByUser,
requestVariables,
Expand Down

0 comments on commit a0e7948

Please sign in to comment.