style: fix linting issues met Prettier
This commit is contained in:
parent
7da52284e6
commit
bb2eacdc4c
19 changed files with 26 additions and 26 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue