Skip to content

Commit

Permalink
Fix esliint warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
drubin authored Jan 5, 2020
1 parent 83c0657 commit 76e6aac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/quick-start/terraform-github/github.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ const config = {
provider: {
github: {
organization,
anonymous: true
anonymous: true,
},
},
resource: {
github_membership: {},
}
},
};

for (const dev of developers) {
Expand Down

0 comments on commit 76e6aac

Please sign in to comment.