mirror of
https://github.com/detleph/server.git
synced 2026-09-05 07:56:21 +02:00
more bug fixes and add update to event
This commit is contained in:
@@ -17,7 +17,7 @@ const roleSchema = {
|
||||
name: true,
|
||||
schema: true,
|
||||
discipline: { select: { pid: true, name: true } },
|
||||
visual: { select: { pid: true, location: true } },
|
||||
visual: { select: { pid: true } },
|
||||
} as const;
|
||||
|
||||
export const _getAllRoleSchemas = async (res: Response, disciplinePid: string | undefined) => {
|
||||
|
||||
Reference in New Issue
Block a user