Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
vinistevam committed Sep 6, 2024
1 parent cb5c855 commit bf51625
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 @@ const PersonalSign = ({
}
}

let blockaidParams: Record<string, string> = {};
let blockaidParams: Record<string, unknown> = {};
if (securityAlertResponse) {
blockaidParams = getBlockaidMetricsParams(
securityAlertResponse as SecurityAlertResponse,
Expand Down

0 comments on commit bf51625

Please sign in to comment.