Skip to content
Snippets Groups Projects
Commit 55044de9 authored by Tom French's avatar Tom French Committed by James Long
Browse files

style: fix linter warning

parent 5451cfae
No related branches found
No related tags found
No related merge requests found
......@@ -377,7 +377,7 @@ export function triggerBudgetChanges(oldValues, newValues) {
export async function doTransfer(categoryIds, transferId) {
let { createdMonths: months } = sheet.get().meta();
[...months].map(month => {
[...months].forEach(month => {
let totalValue = categoryIds
.map(id => {
return budgetActions.getBudget({ month, category: id });
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment