From c54ab82ea2349cd4738ef7d0141171cb0a93e713 Mon Sep 17 00:00:00 2001 From: abefernan <44572727+abefernan@users.noreply.github.com> Date: Wed, 19 Jun 2024 13:07:25 +0200 Subject: [PATCH] Do mutable reverse on graphql helper --- lib/graphqlHelpers.ts | 2 +- pages/api/transaction/list/index.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/graphqlHelpers.ts b/lib/graphqlHelpers.ts index 9b9d1a3..10d66a5 100644 --- a/lib/graphqlHelpers.ts +++ b/lib/graphqlHelpers.ts @@ -229,7 +229,7 @@ const getTransactions = async (creator: string): Promise