mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 00:49:02 +00:00
chore: remove unused model
This commit is contained in:
parent
6c2e407ffb
commit
9f7d474455
1 changed files with 0 additions and 1 deletions
|
|
@ -251,7 +251,6 @@ class Response extends SwooleResponse
|
|||
public const MODEL_RUNTIME_LIST = 'runtimeList';
|
||||
public const MODEL_DEPLOYMENT = 'deployment';
|
||||
public const MODEL_DEPLOYMENT_LIST = 'deploymentList';
|
||||
public const MODEL_PAYLOAD = 'payload';
|
||||
public const MODEL_EXECUTION = 'execution';
|
||||
public const MODEL_EXECUTION_LIST = 'executionList';
|
||||
public const MODEL_BUILD = 'build';
|
||||
|
|
|
|||
Loading…
Reference in a new issue