mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-01 04:10:06 -05:00
fixed test and accidental method override
This commit is contained in:
@@ -603,7 +603,7 @@ class SyncViewSet(LoggingMixin, viewsets.ModelViewSet):
|
||||
|
||||
@extend_schema(responses=SyncLogSerializer(many=False))
|
||||
@decorators.action(detail=True, pagination_class=None, methods=['POST'], )
|
||||
def perform_update(self, request, pk):
|
||||
def query_synced_folder(self, request, pk):
|
||||
sync = get_object_or_404(Sync, pk=pk)
|
||||
|
||||
sync_log = None
|
||||
|
||||
Reference in New Issue
Block a user