Skip to content

Commit

Permalink
Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
danjm committed Apr 11, 2023
1 parent a601b34 commit 83545e3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/scripts/migrations/084.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ function transformState(state: Record<string, unknown>) {
networkConfigurations,
}: { networkConfigurations: Record<string, object> } = NetworkController;


const newNetworkConfigurations: Record<string, Record<string, unknown>> = {};

for (const networkConfigurationId of Object.keys(networkConfigurations)) {
Expand Down

0 comments on commit 83545e3

Please sign in to comment.