Checkpoint: Correction du bouton œil dans la page apprenants pour les formateurs - changement de adminProcedure à protectedProcedure pour apprenants.getInscriptions
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { eq, and, desc, sql } from "drizzle-orm";
|
||||
import { eq, desc, and } from "drizzle-orm";
|
||||
import { getDb } from "./db";
|
||||
import { formations, attestations, inscriptions, apprenants, sequences, datesFormation } from "../drizzle/schema";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user