integrity: add integrity check fields and initial UI
This commit is contained in:
@@ -291,4 +291,3 @@ async function del(id) {
|
||||
const result = await database.query('DELETE FROM tasks WHERE id = ?', [ id ]);
|
||||
if (result.affectedRows !== 1) throw new BoxError(BoxError.NOT_FOUND, 'Task not found');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user