style: fix linting issues met Prettier
This commit is contained in:
parent
56d34adbc0
commit
7ad808cf3b
34 changed files with 244 additions and 214 deletions
|
@ -1,6 +1,6 @@
|
|||
import {NextFunction, Request, Response} from "express";
|
||||
import {getLogger, Logger} from "../../logging/initalize";
|
||||
import {ExceptionWithHttpState} from "../../exceptions/exception-with-http-state";
|
||||
import { NextFunction, Request, Response } from 'express';
|
||||
import { getLogger, Logger } from '../../logging/initalize';
|
||||
import { ExceptionWithHttpState } from '../../exceptions/exception-with-http-state';
|
||||
|
||||
const logger: Logger = getLogger();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue