Skip to content

Commit

Permalink
Fixed: typo in action name(#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
ymaheshwari1 committed Feb 15, 2024
1 parent 7d55ca9 commit 1a7d473
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 @@ -84,7 +84,7 @@ const actions: ActionTree<UserState, RootState> = {
}
commit(types.USER_CURRENT_ECOM_STORE_UPDATED, productStore);
this.dispatch("util/updateShippingMethods", {})
this.dispatch("util/udpateFacillityGroups", {})
this.dispatch("util/updateFacillityGroups", {})
}
}

Expand Down

0 comments on commit 1a7d473

Please sign in to comment.