Remove unneeded assignment

This commit is contained in:
2022-01-24 19:22:38 +00:00
parent 746680a4d7
commit be821bc90a
4 changed files with 45 additions and 16 deletions

View File

@@ -32,7 +32,7 @@ const budget = {
})
.then(x => x.json())
.then(x => commit("setAccounts", x.Accounts));
}
},
}
}