client/src/actions/syncActions.js
changeset 130 78246db1cbac
parent 129 d48946d164c6
equal deleted inserted replaced
129:d48946d164c6 130:78246db1cbac
    10 export const endSynchronize = () => {
    10 export const endSynchronize = () => {
    11   return {
    11   return {
    12     type: types.SYNC_END_SYNC
    12     type: types.SYNC_END_SYNC
    13   }
    13   }
    14 }
    14 }
       
    15 
       
    16 export const startSynchronize = () => {
       
    17   return {
       
    18     type: types.SYNC_START_SYNC
       
    19   }
       
    20 }