Skip to content
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.

Sample_taskbot fix #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Sample_taskbot fix #2

wants to merge 1 commit into from

Conversation

jonchurch
Copy link

Save after removing task

@jonchurch
Copy link
Author

jonchurch commented May 1, 2017

@peterswimm @benbrown This example is still broken

@peterswimm peterswimm added the bug label May 2, 2017
Copy link

@wlaoh wlaoh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I tested your changes and they worked. Thanks!

controller.storage.users.save(user, function(err,saved) {

if (err) {
bot.reply(message, 'I experienced an error adding your task: ' + err);
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should probably say 'I experienced an error removing your task: '

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants