Skip to content

Commit

Permalink
Fix linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Page committed Jul 13, 2021
1 parent bb266ff commit f1ec735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/generate-project-query.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @param {string} project - The project to find
*/
const projectQuery = (url, eventName, project) =>
`query {
`query {
resource( url: "${url}" ) {
... on ${eventName.startsWith('issue') ? 'Issue' : 'PullRequest'} {
projectCards {
Expand Down

0 comments on commit f1ec735

Please sign in to comment.