Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
tadzik committed Aug 14, 2024
1 parent de767bf commit 72df6d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/media-proxy.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { webcrypto } from 'node:crypto';
import { Request, Response, default as express, Application, NextFunction, Router } from 'express';
import { Request, Response, default as express, NextFunction, Router } from 'express';
import { ApiError, IApiError, Logger, ErrCode } from '..';
import { Server, get } from 'http';
import { MatrixClient } from '@vector-im/matrix-bot-sdk';
Expand Down

0 comments on commit 72df6d3

Please sign in to comment.