Skip to content

Instantly share code, notes, and snippets.

@bchiang7
Created November 12, 2019 18:30
Show Gist options
  • Save bchiang7/9cccb8b4ef97d7f5823f284c94b01776 to your computer and use it in GitHub Desktop.
Save bchiang7/9cccb8b4ef97d7f5823f284c94b01776 to your computer and use it in GitHub Desktop.
const User = require('../models/User.js');
await User.deleteUserById(id);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment