UNPKG

agenda

Version:

Light weight job scheduler for Node.js

11 lines (9 loc) 166 B
'use strict'; /** * Allows job type to run * @returns {exports} instance of Job */ module.exports = function() { this.attrs.disabled = false; return this; };