mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-11 07:04:32 +02:00
Fix typo in spelling
This commit is contained in:
parent
7eb7500ad8
commit
3a41d550b0
1 changed files with 1 additions and 1 deletions
|
@ -192,7 +192,7 @@ EventSchedulerModule.prototype.startup = function(cb) {
|
||||||
|
|
||||||
Log.debug(
|
Log.debug(
|
||||||
{
|
{
|
||||||
evetnName : schedEvent.name,
|
eventName : schedEvent.name,
|
||||||
schedule : this.moduleConfig.events[schedEvent.name].schedule,
|
schedule : this.moduleConfig.events[schedEvent.name].schedule,
|
||||||
action : schedEvent.action,
|
action : schedEvent.action,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue