Skip to content

Commit

Permalink
fix: sneaky bastard broker browserify build&tests
Browse files Browse the repository at this point in the history
  • Loading branch information
naz committed Nov 25, 2020
1 parent ad259e4 commit a814868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/job-utils.js
Expand Up @@ -22,7 +22,7 @@ const getHumanToMs = (_value) => {
const parseValue = (value) => {
if (value === false) return value;

if (this.isSchedule(value)) return value;
if (isSchedule(value)) return value;

if (isSANB(value)) {
const schedule = later.schedule(later.parse.text(value));
Expand Down

0 comments on commit a814868

Please sign in to comment.