removed unused var

This commit is contained in:
Wyatt Johnson
2017-07-25 12:40:54 +10:00
parent f13e6b0e16
commit 07114aed1b
-1
View File
@@ -76,7 +76,6 @@ const mailer = module.exports = {
/**
* Create the new Task kue.
*/
_task: null,
get task() {
if (taskInstance) {
return taskInstance;