Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
const restore = async () => {
await app.model.Project.truncate();
await app.model.Interface.truncate();
await app.model.Scene.truncate();
await app.model.Schema.truncate();
}
const restore = async () => {
await app.model.Project.truncate();
await app.model.Interface.truncate();
await app.model.Scene.truncate();
await app.model.Schema.truncate();
}