Skip to content
This repository has been archived by the owner on Mar 16, 2019. It is now read-only.

Commit

Permalink
Fix for trailing comma causing the dashboard to fail to build
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan-Shields committed Dec 14, 2018
1 parent a44bcbe commit 0b62a7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dashboard/timer/timer-ctrl.vue
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export default {
};
},
created() {
NodeCG.waitForReplicants(timerRep, ).then(this.listen);
NodeCG.waitForReplicants(timerRep).then(this.listen);
},
methods: {
toggleTimer() {
Expand Down

0 comments on commit 0b62a7d

Please sign in to comment.