Skip to content

Commit

Permalink
style: format code
Browse files Browse the repository at this point in the history
Signed-off-by: Raúl Fernández Fernández <[email protected]>
  • Loading branch information
rfdez committed Sep 26, 2023
1 parent 6050333 commit 0da8d84
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions nodes/Splitwise/ExpenseDescription.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export const expenseOperations: INodeProperties[] = [
{
name: 'Get',
value: 'get',
description: "Get expense information",
description: 'Get expense information',
action: 'Get an expense',
},
],
Expand Down Expand Up @@ -305,6 +305,10 @@ const getExpenseFields: INodeProperties[] = [
numberPrecision: 0,
},
},
]
];

export const expenseFields: INodeProperties[] = [...createExpenseFields, ...getAllExpenseFields, ...getExpenseFields];
export const expenseFields: INodeProperties[] = [
...createExpenseFields,
...getAllExpenseFields,
...getExpenseFields,
];

0 comments on commit 0da8d84

Please sign in to comment.