Skip to content

Commit

Permalink
Merge branch 'master' into feature/env-manager
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobAnavisca authored Feb 24, 2020
2 parents 00fa17b + 6e03c8d commit c21bbf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion store/state.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default () => ({
gql: {
url: "https://rickandmortyapi.com/graphql",
headers: [],
variablesJSONString: "",
variablesJSONString: "{}",
query: ""
},
oauth2: {
Expand Down

0 comments on commit c21bbf1

Please sign in to comment.