chore: lint

This commit is contained in:
liyasthomas
2021-08-11 10:27:36 +05:30
parent da3f55c910
commit 384e4ce43e
9 changed files with 17 additions and 27 deletions

View File

@@ -401,7 +401,7 @@ export default defineComponent({
logHoppRequestRunToAnalytics({
platform: "graphql-query",
strategy: getCurrentStrategyID()
strategy: getCurrentStrategyID(),
})
}

View File

@@ -214,11 +214,11 @@ import {
ref,
useContext,
} from "@nuxtjs/composition-api"
import { GraphQLField, GraphQLType } from 'graphql'
import { map } from 'rxjs/operators'
import { GQLConnection } from '~/helpers/GQLConnection'
import { GraphQLField, GraphQLType } from "graphql"
import { map } from "rxjs/operators"
import { GQLConnection } from "~/helpers/GQLConnection"
import { copyToClipboard } from "~/helpers/utils/clipboard"
import { useReadonlyStream } from '~/helpers/utils/composables'
import { useReadonlyStream } from "~/helpers/utils/composables"
import {
GQLHeader,
setGQLHeaders,