mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-24 05:05:39 +00:00
chore: fixed typo during import of postman graphql collection
This commit is contained in:
@@ -23,7 +23,7 @@ const parseGraphQLRequest = (graphqlSource) => {
|
||||
};
|
||||
|
||||
if (typeof graphqlSource === 'string') {
|
||||
graphqlSource = JSON.parse(text);
|
||||
graphqlSource = JSON.parse(graphqlSource);
|
||||
}
|
||||
|
||||
if (graphqlSource.hasOwnProperty('variables') && graphqlSource.variables !== '') {
|
||||
|
||||
Reference in New Issue
Block a user