Skip to content

Commit

Permalink
Fix price deprecation date
Browse files Browse the repository at this point in the history
  • Loading branch information
moisses89 committed Nov 21, 2023
1 parent 76d89d9 commit 616c29c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion safe_transaction_service/tokens/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class TokenPriceView(RetrieveAPIView):

@swagger_auto_schema(
deprecated=True,
operation_description="Eth/token pricing features will be removed at 30/11/2024",
operation_description="Eth/token pricing features will be removed at 30/11/2023",
)
@method_decorator(cache_page(60 * 10)) # Cache 10 minutes
def get(self, request, *args, **kwargs):
Expand Down

0 comments on commit 616c29c

Please sign in to comment.