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
42
42
- Multi-tab cart-sync in multi-store environment - @cewald (#5711 , #5732 )
43
43
- Incorrect load of default address in checkout - @lukaszjedrasik ([ #4682 ] ( https://github.com/vuestorefront/vue-storefront/issues/4682 ) )
44
44
- 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
46
46
### Changed / Improved
47
47
48
48
- Moved hardcoded fields from omitSelectedVariantFields.ts to config (#4679 )
Original file line number Diff line number Diff line change 1
1
import { server , graphql } from 'config'
2
2
import Vue from 'vue'
3
3
import { 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'
6
5
7
6
export const getApolloProvider = async ( ) => {
8
7
if ( server . api === 'graphql' ) {
You can’t perform that action at this time.
0 commit comments