mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-04-20 15:51:36 +02:00
fix(api): re-order transactions from newest to oldest
This commit is contained in:
@@ -176,7 +176,7 @@ class TransactionSerializer(serializers.ModelSerializer):
|
||||
]
|
||||
|
||||
def __init__(self, *args, **kwargs):
|
||||
super().__init__(**kwargs)
|
||||
super().__init__(*args, **kwargs)
|
||||
|
||||
self.fields["account_id"].queryset = Account.objects.all()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user