Details
Description
The imported format for delete commands are wrong. At the moment, it is a list of filenames:
['/test1', '/test2', ...]
Should be
[{"name": "/test1"},...]
The imported format for delete commands are wrong. At the moment, it is a list of filenames:
['/test1', '/test2', ...]
Should be
[{"name": "/test1"},...]