Skip to content

Commit 721c364

Browse files
fix: eslint warning
1 parent f9681a7 commit 721c364

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

core/scripts/resolvers/resolveGraphQL.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
import { server, graphql } from 'config'
22
import Vue from 'vue'
33
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'
65

76
export const getApolloProvider = async () => {
87
if (server.api === 'graphql') {

0 commit comments

Comments
 (0)