Skip to content

Commit

Permalink
import order
Browse files Browse the repository at this point in the history
  • Loading branch information
Loki-Afro committed Dec 20, 2024
1 parent 5dce53d commit fffcadc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { createRequestLoggerMiddleware } from './request-logger-middleware';
import { Configuration } from '@hpi-schul-cloud/commons/lib';
import { Logger } from '@nestjs/common';
import { Request, Response, NextFunction } from 'express';
import { createRequestLoggerMiddleware } from './request-logger-middleware';

jest.mock('@hpi-schul-cloud/commons/lib', () => {
return {
Expand Down

0 comments on commit fffcadc

Please sign in to comment.