We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42bec3d commit 69bdcaaCopy full SHA for 69bdcaa
lib/plugins/teams.js
@@ -75,7 +75,7 @@ module.exports = class Teams extends Diffable {
75
76
add (attrs) {
77
let existing = { team_id: 1 }
78
- this.log.debug(`Getting team with the parms ${JSON.stringify(attrs)}, ${this.slugify(attrs.name)}`)
+ this.log.debug(`Getting team with the parms ${JSON.stringify(attrs)}`)
79
return this.github.teams.getByName({ org: this.repo.owner, team_slug: this.slugify(attrs.name) }).then(res => {
80
existing = res.data
81
this.log.debug(`adding team ${attrs.name} to repo ${this.repo.repo}`)
0 commit comments