From bdcfaffc04421d131cc63636a7c2b84a20cfadc5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Minelli?= <michael@minelli.me> Date: Thu, 3 Aug 2023 23:17:47 +0200 Subject: [PATCH] ExerciceHelper => Move from fs-extra to fs --- helpers/ExerciceHelper.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers/ExerciceHelper.ts b/helpers/ExerciceHelper.ts index fccaefe..334edbc 100644 --- a/helpers/ExerciceHelper.ts +++ b/helpers/ExerciceHelper.ts @@ -1,5 +1,5 @@ import Ajv, { ErrorObject, JTDSchemaType } from 'ajv/dist/jtd'; -import fs from 'fs-extra'; +import fs from 'fs'; import ExerciceResultsFile from '../types/Dojo/ExerciceResultsFile'; import hjson from 'hjson'; -- GitLab