1
0
Fork 0
mirror of synced 2024-06-28 11:10:46 +12:00

patch: review comments

This commit is contained in:
Christy Jacob 2020-12-27 23:18:14 +05:30
parent 5e686183c6
commit e088a9e648
2 changed files with 2 additions and 2 deletions

View file

@ -55,7 +55,7 @@ const APP_SOCIAL_DEV = 'https://dev.to/appwrite';
const APP_SOCIAL_STACKSHARE = 'https://stackshare.io/appwrite';
// Deletion Types
const DELETE_TYPE_DOCUMENT = 'document';
const DELETE_TYPE_EXECUTION_LOGS = 'execution_logs';
const DELETE_TYPE_EXECUTION = 'execution';
const DELETE_TYPE_AUDIT = 'audit';
const DELETE_TYPE_ABUSE = 'abuse';

View file

@ -58,7 +58,7 @@ class DeletesV1
}
break;
case DELETE_TYPE_EXECUTION_LOGS:
case DELETE_TYPE_EXECUTION:
$this->deleteExecutionLogs();
break;