style(backend): Format

This commit is contained in:
Tibo De Peuter 2025-03-02 15:21:27 +01:00
parent c37d4d8e04
commit ddee299b4a
Signed by: tdpeuter
GPG key ID: 38297DE43F75FFE2
25 changed files with 265 additions and 150 deletions

View file

@ -1,6 +1,9 @@
import { fetchWithLogging } from '../util/apiHelper.js';
import { DWENGO_API_BASE } from '../config.js';
import { LearningPath, LearningPathResponse } from '../interfaces/learningPath.js';
import {
LearningPath,
LearningPathResponse,
} from '../interfaces/learningPath.js';
import { getLogger, Logger } from '../logging/initalize.js';
const logger: Logger = getLogger();