Skip to content

Commit

Permalink
[eslint] fix linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
Green-Ranger11 authored and ljharb committed Nov 4, 2021
1 parent 8a767d8 commit 9700558
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/buildQuery.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const pullRequestQuery = () => `
`;

module.exports = function buildQuery(owner, name, pr) {
return `
return `
{
repository(owner: "${owner}", name: "${name}") {
branchProtectionRules(first: 10) {
Expand Down

0 comments on commit 9700558

Please sign in to comment.