@@ -118,6 +118,14 @@ class ApiService {
return data;
}
async deleteTask(id) {
const data = await this.request(`/tasks/${id}`, {
method: 'DELETE',
});
this.notify();
async addAudit(auditData) {
const data = await this.request('/audit', {
method: 'POST',
The note is not visible to the blocked user.