Skip to content

Commit

Permalink
fix cron typo
Browse files Browse the repository at this point in the history
  • Loading branch information
moeiscool committed Jan 15, 2018
1 parent 5cceff0 commit 30cdc1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cron.js
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ s.checkForOrphanedFiles=function(v,callback){
if(config.cron.deleteOrphans===true){
var finish=function(count){
if(count>0){
s.cx({f:'deleteOrphanedFiles',msg:ecount+' SQL rows with no database row deleted',ke:v.ke,time:moment()})
s.cx({f:'deleteOrphanedFiles',msg:count+' SQL rows with no database row deleted',ke:v.ke,time:moment()})
}
callback()
}
Expand Down

0 comments on commit 30cdc1f

Please sign in to comment.