Skip to content

Commit 0756464

Browse files
committed
chore: fix some log recorder
1 parent f6586a4 commit 0756464

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

apps/dataset/views/file.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,5 @@ class Operate(APIView):
4242
@swagger_auto_schema(operation_summary=_('Get file'),
4343
operation_id=_('Get file'),
4444
tags=[_('file')])
45-
@log(menu=_('file'), operate=_('Get file'))
4645
def get(self, request: Request, file_id: str):
4746
return FileSerializer.Operate(data={'id': file_id}).get()

0 commit comments

Comments
 (0)