Skip to content

Commit

Permalink
Remove unnecessary config
Browse files Browse the repository at this point in the history
  • Loading branch information
shauns committed Jun 17, 2024
1 parent 2072604 commit 7c627c2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions bin/get-graphql-schemas.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ const schemas = [
},
]

// Define the repository and file details
const repo = 'partners'
const pathToFile = 'db/graphql/cli_schema.graphql'

function runCommand(command, args) {
return new Promise((resolve, reject) => {
const child = spawn(command, args, {stdio: ['inherit', 'pipe', 'pipe']})
Expand Down

0 comments on commit 7c627c2

Please sign in to comment.