Skip to content

Commit

Permalink
Added comment
Browse files Browse the repository at this point in the history
  • Loading branch information
CesarRivasP committed Feb 8, 2019
1 parent d8ff82d commit a6044c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const apiPost = (url, obj) => () =>
if(result.error){
return Promise.reject(result.validation);
}
return result;
return result; //retorno de los datos de cliente
})
.catch((error) => {
return Promise.reject(error);
Expand Down

0 comments on commit a6044c9

Please sign in to comment.