UNPKG
bluebot
Version:
latest (0.5.10)
0.5.10
A bitcoin trading bot for auto trading at various exchanges
bluebot
/
web
/
vue
/
src
/
store
/
modules
/
notifications
/
mutations.js
7 lines
(6 loc)
•
164 B
JavaScript
View Raw
1
2
3
4
5
6
7
import
Vue
from
'vue'
import
_
from
'lodash'
export
const
setGlobalWarning
= (
state, warning
) => { state.
warnings
[warning.
key
] = warning.
value
;
return
state; }