Commit aec82004 by Dudás Ádám

storage: remove save_as task

parent 71dc761c
......@@ -9,8 +9,3 @@ def deploy(disk, user):
@celery.task
def remove(disk, user):
disk.remove(task_uuid=remove.request.id, user=user)
@celery.task
def save_as():
pass
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment