mirror of
https://github.com/cypress-io/cypress.git
synced 2026-01-05 05:59:49 -06:00
chore: fix linting error (#27825)
This commit is contained in:
@@ -18,6 +18,7 @@ const createPullRequest = async ({ context, github, baseBranch, branchName, desc
|
||||
})
|
||||
}
|
||||
|
||||
//add to firewatch board
|
||||
if (addToProjectBoard) {
|
||||
const addToProjectBoardQuery = `
|
||||
mutation ($project_id: ID!, $item_id: ID!) {
|
||||
@@ -34,13 +35,11 @@ const createPullRequest = async ({ context, github, baseBranch, branchName, desc
|
||||
item_id: number,
|
||||
}
|
||||
|
||||
const addToProjectBoard = await github.graphql(
|
||||
await github.graphql(
|
||||
addToProjectBoardQuery,
|
||||
addToProjectBoardQueryVars
|
||||
addToProjectBoardQueryVars,
|
||||
)
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
module.exports = {
|
||||
|
||||
Reference in New Issue
Block a user