Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 5315 | Rev 5317 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 5315 Rev 5316
Línea 17... Línea 17...
17
 
17
 
18
export const finishLoading = () => ({
18
export const finishLoading = () => ({
19
  type: conversationActionTypes.FINISH_LOADING
19
  type: conversationActionTypes.FINISH_LOADING
Línea 20... Línea 20...
20
})
20
})
21
 
21
 
22
export const getMessages = async (url) => {
22
export const getMessages = (url) => {
23
  return (dispatch) => {
23
  return (dispatch) => {
24
    dispatch(startLoading)
24
    dispatch(startLoading)
25
    axios
25
    axios