mirror of
https://github.com/aclindsa/moneygo.git
synced 2025-06-13 13:39:23 -04:00
Add per-user default currency
This commit is contained in:
@ -1,6 +1,8 @@
|
||||
var keyMirror = require('keymirror');
|
||||
|
||||
module.exports = keyMirror({
|
||||
FETCH_CURRENCIES: null,
|
||||
CURRENCIES_FETCHED: null,
|
||||
SEARCH_SECURITY_TEMPLATES: null,
|
||||
SECURITY_TEMPLATES_SEARCHED: null
|
||||
});
|
||||
|
Reference in New Issue
Block a user