mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-17 16:24:25 +08:00
modify project name
This commit is contained in:
@@ -6,7 +6,7 @@ import {
|
||||
STORE_LATEST_EXCHANGE_RATES
|
||||
} from './mutations.js';
|
||||
|
||||
const exchangeRatesLocalStorageKey = 'lab_app_exchange_rates';
|
||||
const exchangeRatesLocalStorageKey = 'ebk_app_exchange_rates';
|
||||
|
||||
export function getLatestExchangeRates(context, { silent, force }) {
|
||||
const currentExchangeRateData = context.state.latestExchangeRates;
|
||||
|
||||
Reference in New Issue
Block a user