mirror of
https://github.com/jorgev259/soc_site-astro.git
synced 2025-06-29 07:57:41 +00:00
Implement requests page
This commit is contained in:
parent
75eaf17346
commit
d3439321ba
14 changed files with 10333 additions and 7522 deletions
|
|
@ -5,7 +5,7 @@ const LIMIT_PENDING = 5
|
|||
|
||||
export default async function MigrationFn(tx: Prisma.TransactionClient) {
|
||||
const donatorRequests = await tx.requests.findMany({
|
||||
where: { donator: true, state: RequestState.PENDING, userID: { not: null } }
|
||||
where: { donator: true, state: RequestState.PENDING }
|
||||
})
|
||||
const donatorMap = new Map<string, typeof donatorRequests>()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue