Merge branch 'main' into katt/cal-620-edge-fns
commit
b39922f2b9
|
@ -63,7 +63,9 @@ export default async function handler(req: NextApiRequest, res: NextApiResponse)
|
||||||
},
|
},
|
||||||
select: {
|
select: {
|
||||||
id: true,
|
id: true,
|
||||||
credentials: true,
|
credentials: {
|
||||||
|
orderBy: { id: "desc" as Prisma.SortOrder },
|
||||||
|
},
|
||||||
timeZone: true,
|
timeZone: true,
|
||||||
email: true,
|
email: true,
|
||||||
name: true,
|
name: true,
|
||||||
|
|
Loading…
Reference in New Issue