Integration tests for MainScreenWrapperReducer
[aai/sparky-fe.git] / src / app / personlaization / PersonalizationActions.js
index b10d85f..bdf54ca 100644 (file)
@@ -74,7 +74,5 @@ export function getPersonalizationDetails(){
   let personalizationFetchRequest =\r
     () => networkCall.getRequest(GET_PERSONALIZED_VALUES_URL, GET);\r
     \r
-  return dispatch => {\r
-    dispatch(fetchPersonalizedValues(personalizationFetchRequest));\r
-  };\r
-}
\ No newline at end of file
+  return dispatch => dispatch(fetchPersonalizedValues(personalizationFetchRequest));\r
+}\r