Skip to content

Commit

Permalink
SERVICES-1760: fix linting errors
Browse files Browse the repository at this point in the history
Signed-off-by: Claudiu Lataretu <[email protected]>
  • Loading branch information
claudiulataretu committed Aug 22, 2023
1 parent 26d8331 commit fedc6c6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export class GovernanceComputeService {
remoteTtl: CacheTtlInfo.ContractState.remoteTtl,
localTtl: CacheTtlInfo.ContractState.localTtl,
})
async userVoteTypesForContract(scAddress: string, userAddress: string): Promise<{ proposalId: number, vote: VoteType }[]> {
async userVoteTypesForContract(_scAddress: string, _userAddress: string): Promise<{ proposalId: number, vote: VoteType }[]> {
return [];
}

Expand Down

0 comments on commit fedc6c6

Please sign in to comment.