summaryrefslogtreecommitdiff
path: root/app/client/live/actions.js
blob: 30a25ff1238b614d26054ce7db33a5614f122a7b (plain)
1
2
3
4
5
6
7
8
9
10
import socket from '../socket'

export const loadOptFromServer = (opt) => ({
  type: 'LIVE_LOAD_OPT_FROM_SERVER', opt,
})
// export const updateOptFromServer = (key, value) => {
//   return {
//     type: 'LIVE_LOAD_OPT_FROM_SERVER', opt,
//   }
// }