refactor: standardize quotation marks in pnpm-lock.yaml and improve code formatting across various components; enhance readability and maintain consistency in code style
This commit is contained in:
@@ -396,7 +396,9 @@ export const bankingService = {
|
||||
});
|
||||
|
||||
return accounts.map(
|
||||
(a): Account & { transactionCount: number; calculatedBalance: number } => ({
|
||||
(
|
||||
a,
|
||||
): Account & { transactionCount: number; calculatedBalance: number } => ({
|
||||
id: a.id,
|
||||
name: a.name,
|
||||
bankId: a.bankId,
|
||||
|
||||
Reference in New Issue
Block a user