0
0
Fork 0
mirror of https://github.com/nextcloud/server.git synced 2025-04-21 16:21:10 +00:00
nextcloud_server/apps/files_trashbin/src/files_listActions
Ferdinand Thiessen aac5859444
fix(files_trashbin): return correct type in empty trash action
1. correctly return null instead of void in empty trash action
2. use constant instead of magic value for action ID
3. add unit tests for empty trash action
4. add unit tests for trashbin api

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-03-11 15:05:44 +01:00
..
emptyTrashAction.spec.ts fix(files_trashbin): return correct type in empty trash action 2025-03-11 15:05:44 +01:00
emptyTrashAction.ts fix(files_trashbin): return correct type in empty trash action 2025-03-11 15:05:44 +01:00