From d159fca8166ee3cb956e2b018a30e4317b5d6809 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A2u=20Cao?= Date: Mon, 9 Jan 2023 11:31:31 +0800 Subject: [PATCH] Add todo note to async action --- app/components/add-reimbursement/component.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/components/add-reimbursement/component.js b/app/components/add-reimbursement/component.js index 2bc100b..5fc0397 100644 --- a/app/components/add-reimbursement/component.js +++ b/app/components/add-reimbursement/component.js @@ -85,6 +85,8 @@ export default class AddReimbursementComponent extends Component { this.total = btcAmount.toFixed(8); } + // TODO use ember-concurrency here + // https://github.com/67P/kredits-web/pull/209#discussion_r1064234421 @action async addExpensesFromFile (evt) { const content = await readFileContent(evt.target.files[0]);