Skip to content

Commit

Permalink
Improved: added one indentation and sequence change (#dxp/193)
Browse files Browse the repository at this point in the history
  • Loading branch information
R-Sourabh committed Dec 18, 2024
1 parent 6e72ef5 commit 336113e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/store/modules/util/actions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ const actions: ActionTree<UtilState, RootState> = {
logger.error('Failed to fetch product stores', err)
}
commit(types.UTIL_PRODUCT_STORES_UPDATED, stores)
},
},

async fetchShipmentGatewayConfigs({ commit }) {
let configs = {};
Expand Down
2 changes: 1 addition & 1 deletion src/store/modules/util/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ const utilModule: Module<UtilState, RootState> = {
productStoreShipmentMethCount: 0,
rejectReasonEnumTypes: [],
enumerations: {},
facilities: [],
productStores: [],
facilities: [],
shipmentGatewayConfigs: [],
isForceScanEnabled: false,
fulfillmentRejectReasons: {},
Expand Down

0 comments on commit 336113e

Please sign in to comment.