Skip to content

Commit

Permalink
adding the return type
Browse files Browse the repository at this point in the history
  • Loading branch information
NiranjanaBinoy committed Apr 9, 2024
1 parent 975bbe0 commit fca464b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ function logWeb3ShimUsageHandler<Params extends JsonRpcParams = JsonRpcParams>(
_next: JsonRpcEngineNextCallback,
end: JsonRpcEngineEndCallback,
{ getWeb3ShimUsageState, setWeb3ShimUsageRecorded }: LogWeb3ShimUsageOptions,
) {
): void {
const { origin } = req;
if (getWeb3ShimUsageState(origin) === undefined) {
setWeb3ShimUsageRecorded(origin);
Expand Down

0 comments on commit fca464b

Please sign in to comment.