Skip to content

Commit

Permalink
fix: lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
AugmentedMode committed Oct 9, 2024
1 parent 90c029a commit 8d84423
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/scripts/migrations/126.1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ function transformState(
const phishingController = state.PhishingController;

if (!Array.isArray(phishingController.phishingLists)) {
console.error(`Migration ${version}: Invalid PhishingController.phishingLists state`)
console.error(
`Migration ${version}: Invalid PhishingController.phishingLists state`,
);
return state;
}

Expand Down

0 comments on commit 8d84423

Please sign in to comment.