diff options
author | Marcel Klehr <mklehr@gmx.net> | 2024-05-06 09:21:09 +0200 |
---|---|---|
committer | Marcel Klehr <mklehr@gmx.net> | 2024-05-14 11:38:40 +0200 |
commit | 9a2cd6b914fbd2c4e3234aaf030cc09270863c7f (patch) | |
tree | 1a154c68ad86c1d8a8c3d8ef8575fb445318f2eb /core | |
parent | 3593d9b631e42e987554af299cb511a4262c1d36 (diff) | |
download | nextcloud-server-9a2cd6b914fbd2c4e3234aaf030cc09270863c7f.tar.gz nextcloud-server-9a2cd6b914fbd2c4e3234aaf030cc09270863c7f.zip |
fix: Expose task type on CoreTaskProcessingTask json
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
Diffstat (limited to 'core')
-rw-r--r-- | core/ResponseDefinitions.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/ResponseDefinitions.php b/core/ResponseDefinitions.php index ef577a61420..68474a6e535 100644 --- a/core/ResponseDefinitions.php +++ b/core/ResponseDefinitions.php @@ -194,6 +194,7 @@ namespace OCA\Core; * * @psalm-type CoreTaskProcessingTask = array{ * id: ?int, + * type: string, * status: 0|1|2|3|4|5, * userId: ?string, * appId: string, |