Skip to content

Commit

Permalink
fix: try to solve codacy warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescoBorzi committed Jul 14, 2020
1 parent 720d2b7 commit 7d7bb94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.ts
Expand Up @@ -126,14 +126,14 @@ try {
submenu: [
{
label: 'Keira3 Repository',
click: function () {
click: () => {
shell.openExternal('https://github.com/AzerothCore/Keira3/');
},
accelerator: process.platform === 'darwin' ? 'Cmd+F+1' : 'F1',
},
{
label: 'Report a Bug',
click: function () {
click: () => {
shell.openExternal('https://github.com/AzerothCore/Keira3/issues/new');
}
},
Expand Down

0 comments on commit 7d7bb94

Please sign in to comment.