Skip to content

Instantly share code, notes, and snippets.

@rlubke
Created October 19, 2021 04:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rlubke/955e14358560d304026cc85689aad2e3 to your computer and use it in GitHub Desktop.
Save rlubke/955e14358560d304026cc85689aad2e3 to your computer and use it in GitHub Desktop.
DELETE
@Delete
public void deleteCompletedTasks()
{
tasks.deleteByCompletedTrue();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment