mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-04-22 16:48:36 +02:00
feat: insight page
This commit is contained in:
@@ -555,6 +555,4 @@ def get_recent_transactions(request, filter_type=None):
|
||||
for t in queryset:
|
||||
data.append({"text": str(t), "value": str(t.id)})
|
||||
|
||||
print(data)
|
||||
|
||||
return JsonResponse(data, safe=False)
|
||||
|
||||
Reference in New Issue
Block a user