Skip to content

Commit

Permalink
Improved: indentation for catch handler (dxp/178)
Browse files Browse the repository at this point in the history
  • Loading branch information
amansinghbais committed Oct 5, 2023
1 parent 5d5aa7a commit 89bfd35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/modules/user/actions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ const actions: ActionTree<UserState, RootState> = {
// Get product identification from api using dxp-component and set the state if eComStore is defined
if (payload.eComStore.productStoreId) {
await useProductIdentificationStore().getIdentificationPref(payload.eComStore.productStoreId)
.catch((error) => console.error(error));
.catch((error) => console.error(error));
}
},

Expand Down

0 comments on commit 89bfd35

Please sign in to comment.