checking the heroku logs for my bot is showing messages like:
/app/scripts/tigger.coffee is using deprecated documentation syntax
but I can't seem to find what the undeprecated documentation syntax should be ...
checking the heroku logs for my bot is showing messages like:
/app/scripts/tigger.coffee is using deprecated documentation syntax
but I can't seem to find what the undeprecated documentation syntax should be ...
It's normally due to the TomDoc at the top of the files. There's a good example for a correct one here