Skip to content

Commit

Permalink
Prettified Code!
Browse files Browse the repository at this point in the history
  • Loading branch information
daniep01 authored and actions-user committed Jun 29, 2023
1 parent 31da474 commit 853a97d
Show file tree
Hide file tree
Showing 5 changed files with 134 additions and 133 deletions.
6 changes: 3 additions & 3 deletions actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,23 +22,23 @@ export function updateActions() {
this.startTimer(options.project, options.description)
},
}

actions['getCurrentTimer'] = {
name: 'Get Current Timer',
options: [],
callback: (action) => {
this.getCurrentTimer()
},
}

actions['stopCurrentTimer'] = {
name: 'Stop Current Timer',
options: [],
callback: (action) => {
this.stopTimer()
},
}

actions['refreshProjects'] = {
name: 'Refresh Project List',
options: [],
Expand Down
Loading

0 comments on commit 853a97d

Please sign in to comment.