From a7d483ea1b54099ce39f74160c59d5a944d0c867 Mon Sep 17 00:00:00 2001 From: jamesgeorge007 Date: Wed, 20 Nov 2019 18:07:52 +0530 Subject: [PATCH] fix: lint --- pages/graphql.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pages/graphql.vue b/pages/graphql.vue index f6bdcebe2..c8da4e158 100644 --- a/pages/graphql.vue +++ b/pages/graphql.vue @@ -209,13 +209,13 @@ export default { types.push(typeMap[type]); } } - this.gqlTypes = types; + this.gqlTypes = types; - this.$nuxt.$loading.finish(); - const duration = Date.now() - startTime; - this.$toast.info(`Finished in ${duration}ms`, { - icon: "done" - }); + this.$nuxt.$loading.finish(); + const duration = Date.now() - startTime; + this.$toast.info(`Finished in ${duration}ms`, { + icon: "done" + }); } catch(err) { this.$nuxt.$loading.finish(); this.schemaString = error + ". Check console for details.";