File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4242- Multi-tab cart-sync in multi-store environment - @cewald (#5711 , #5732 )
4343- Incorrect load of default address in checkout - @lukaszjedrasik ([ #4682 ] ( https://github.com/vuestorefront/vue-storefront/issues/4682 ) )
4444- Error with unknown theme/index.js alias - @Fifciuu (https://github.com/vuestorefront/vue-storefront/pull/5813 )
45-
45+ - ESLint warnings caused by the double import - @ lukaszjedrasik
4646### Changed / Improved
4747
4848- Moved hardcoded fields from omitSelectedVariantFields.ts to config (#4679 )
Original file line number Diff line number Diff line change 11import { server , graphql } from 'config'
22import Vue from 'vue'
33import { Logger } from '@vue-storefront/core/lib/logger'
4- import { once } from '@vue-storefront/core/helpers'
5- import { isServer } from '@vue-storefront/core/helpers' ;
4+ import { once , isServer } from '@vue-storefront/core/helpers'
65
76export const getApolloProvider = async ( ) => {
87 if ( server . api === 'graphql' ) {
You can’t perform that action at this time.
0 commit comments