Skip to content

Commit

Permalink
fix: minor
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-angjelkoski committed Jan 5, 2024
1 parent d4da4d4 commit 65fa29c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export class IndexerGrpcCampaignApi extends BaseGrpcConsumer {
}

try {
const response = await this.retry<InjectiveCampaignRpc.CampaignsRequest>(
const response = await this.retry<InjectiveCampaignRpc.CampaignsResponse>(
() => this.client.Campaigns(request),
)

Expand Down

0 comments on commit 65fa29c

Please sign in to comment.