code refactor

This commit is contained in:
MaysWind
2021-03-14 01:18:36 +08:00
parent 386bfa0db4
commit 410660ed7f
16 changed files with 54 additions and 54 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import {
INIT_TRANSACTION_STATISTICS_FILTER,
UPDATE_TRANSACTION_STATISTICS_FILTER,
UPDATE_TRANSACTION_STATISTICS_INVALID_STATE
} from "./mutations.js";
} from './mutations.js';
export function loadTransactionStatistics(context, { defaultCurrency }) {
return new Promise((resolve, reject) => {