Skip to content

[Appointment].saveChanges() does not take effect #136

Description

@wipeautcrafter
const toggleDone = async (appointment) => {
  appointment.isDone = !appointment.isDone;
  await appointment.saveChanges();
};

This simple function does nothing more than toggling the isDone property.
Sadly, when running this, it fails to take effect...

Am I doing something wrong, or is this a legitimate issue?
Does this work for you guys?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions