Skip to content

Commit ca13f88

Browse files
authored
Regenerating build files (#34)
1 parent 781b1ce commit ca13f88

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

dist/index.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,8 @@ module.exports = class {
2020
}
2121

2222
async execute () {
23-
const myself = await this.Jira.getMyself()
24-
25-
console.log(`Logged in as: ${myself.name}`)
23+
await this.Jira.getMyself()
24+
console.log(`Successfully logged in.`)
2625

2726
return this.config
2827
}

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)