mirror of
https://github.com/marcogll/TaxHacker_s23.git
synced 2026-01-13 21:35:19 +00:00
feat: bugfixes, spedup, bulk actions,
This commit is contained in:
@@ -40,6 +40,9 @@ export const getFilesByTransactionId = cache(async (id: string) => {
|
||||
in: transaction.files as string[],
|
||||
},
|
||||
},
|
||||
orderBy: {
|
||||
createdAt: "asc",
|
||||
},
|
||||
})
|
||||
}
|
||||
return []
|
||||
|
||||
Reference in New Issue
Block a user