Skip to content

Commit

Permalink
Regenerating build files (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
mboudreau committed Nov 18, 2022
1 parent 781b1ce commit ca13f88
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,8 @@ module.exports = class {
}

async execute () {
const myself = await this.Jira.getMyself()

console.log(`Logged in as: ${myself.name}`)
await this.Jira.getMyself()
console.log(`Successfully logged in.`)

return this.config
}
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

0 comments on commit ca13f88

Please sign in to comment.