Skip to content

Commit

Permalink
fix linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
pedronfigueiredo committed Nov 22, 2024
1 parent 8c45933 commit d295e49
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion app/scripts/migrations/132.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ function transformState(
};
}

let preferencesControllerState = state.PreferencesController as Record<
const preferencesControllerState = state.PreferencesController as Record<
string,
unknown
>;
Expand Down
4 changes: 0 additions & 4 deletions test/e2e/page-objects/flows/send-transaction.flow.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@ export const sendTransactionToAddress = async ({
* @param params.driver - The webdriver instance.
* @param params.recipientAddress - The recipient address.
* @param params.amount - The amount of the asset to be sent in the transaction.
* @param params.gasFee - The expected transaction gas fee.
* @param params.totalFee - The expected total transaction fee.
*/
export const sendRedesignedTransactionToAddress = async ({
driver,
Expand Down Expand Up @@ -179,8 +177,6 @@ export const sendTransactionWithSnapAccount = async ({
* @param params.driver - The webdriver instance.
* @param params.recipientAddress - The recipient address.
* @param params.amount - The amount of the asset to be sent in the transaction.
* @param params.gasFee - The expected transaction gas fee.
* @param params.totalFee - The expected total transaction fee.
* @param params.isSyncFlow - Indicates whether synchronous approval option is on for the snap. Defaults to true.
* @param params.approveTransaction - Indicates whether the transaction should be approved. Defaults to true.
*/
Expand Down

0 comments on commit d295e49

Please sign in to comment.