Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pradel committed Aug 11, 2024
1 parent a4945ad commit 19699c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/server/src/api/transactions/index.get.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@ LIMIT 50
.filter((tx) => tx !== null);

return transactionsWithDetails;
});
}, apiCacheConfig);

0 comments on commit 19699c2

Please sign in to comment.