Skip to content
Snippets Groups Projects
Commit 90ae6233 authored by michael.minelli's avatar michael.minelli
Browse files

Exercice => Add secret field

parent 8f30188a
No related branches found
No related tags found
No related merge requests found
......@@ -50,6 +50,7 @@ class ExerciceRoutes implements RoutesManager {
const exerciceId: string = uuidv4();
const secret: string = uuidv4();
let repository: GitlabRepository;
let suffix: number = 0;
......@@ -88,6 +89,7 @@ class ExerciceRoutes implements RoutesManager {
id : exerciceId,
enonceName : enonce.name,
name : repository.name,
secret : secret,
gitlabId : repository.id,
gitlabLink : repository.web_url,
gitlabCreationInfo: repository as unknown as Prisma.JsonObject,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment