From 6eb58396fa42b12df7bad85ffd81784810a9a444 Mon Sep 17 00:00:00 2001 From: Joel von der Weid <joel.von-der-weid@hesge.ch> Date: Tue, 23 Apr 2024 16:01:41 +0200 Subject: [PATCH] Check sonar languages --- models/Exercise.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/Exercise.ts b/models/Exercise.ts index c4060f3..f29baca 100644 --- a/models/Exercise.ts +++ b/models/Exercise.ts @@ -13,7 +13,7 @@ interface Exercise { gitlabCreationInfo: Gitlab.ProjectSchema; gitlabLastInfo: Gitlab.ProjectSchema; gitlabLastInfoDate: string; - + sonarKey: string; sonarCreationInfo: SonarProjectCreation; -- GitLab