hubot-archive / hubot-standup-alarm

Use Hubot to remind your team to do your standups

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Invalid Syntax Creates Standup With "Undefined" Time

LTheobald opened this issue · comments

If you mess up the syntax slightly, you can create a standup with an time of "undefined". This means that the standard delete commands can't remove the standup. The only way to get rid of it is to delete all standups instead.

For example:

me > hubot create standup Friday:15:00
hubot > Ok, from now on I'll remind this room to do a standup every weekday at undefinedFriday:15:00
me > hubot list all standups
hubot > Here's the standups for every room:
        Room: town-square, Time: undefined, Location: Friday:15:00

I'll try and get round to fixing this over the weekend as it's my change that introduced this!