Skip to content

Commit

Permalink
address sonarcloud issues
Browse files Browse the repository at this point in the history
Signed-off-by: Luke Lee <[email protected]>
  • Loading branch information
lukelee-sl committed Jul 20, 2022
1 parent 20c1f9d commit de7efdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/relay/src/lib/eth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ export class EthImpl implements Eth {
return predefined.UNSUPPORTED_METHOD;
}

getStorageAt(address: string, slot: string, blockNumber: string | null): JsonRpcError {
getStorageAt(_address: string, _slot: string, _blockNumber: string | null): JsonRpcError {
this.logger.trace('getStorageAt()');
return predefined.UNSUPPORTED_METHOD;
}
Expand Down

0 comments on commit de7efdd

Please sign in to comment.