style: fix linting issues met Prettier

This commit is contained in:
Lint Action 2025-05-15 19:01:10 +00:00
parent 7da52284e6
commit bb2eacdc4c
19 changed files with 26 additions and 26 deletions

View file

@ -5,7 +5,7 @@ import { envVars, getEnvVar } from '../util/envVars.js';
import { createOrUpdateStudent } from '../services/students.js';
import { Request, Response } from 'express';
import { createOrUpdateTeacher } from '../services/teachers.js';
import {AccountType} from "@dwengo-1/common/util/account-types";
import { AccountType } from '@dwengo-1/common/util/account-types';
interface FrontendIdpConfig {
authority: string;