refactor: object shorthand

This commit is contained in:
jamesgeorge007
2020-02-11 15:14:03 +05:30
parent f2f097bb7e
commit 9ecec8ce17
2 changed files with 2 additions and 2 deletions

View File

@@ -365,7 +365,7 @@ export default {
data() {
return {
schemaString: "",
commonHeaders: commonHeaders,
commonHeaders,
queryFields: [],
mutationFields: [],
subscriptionFields: [],

View File

@@ -1498,7 +1498,7 @@ export default {
"text/plain"
],
commonHeaders: commonHeaders,
commonHeaders,
showRequestModal: false,
editRequest: {},