chore: make lint happy

This commit is contained in:
Mar0xy 2023-09-24 19:53:56 +02:00
parent c782085af4
commit c19ef16a06
No known key found for this signature in database
GPG key ID: 56569BBE47D2C828

View file

@ -14,7 +14,6 @@ import type { FastifyInstance } from 'fastify';
@Injectable()
export class OAuth2ProviderService {
constructor(
/* @Inject(DI.config)
private config: Config, */
@ -64,7 +63,6 @@ export class OAuth2ProviderService {
const BASE_URL = `${request.protocol}://${request.hostname}`;
const generator = (megalodon as any).default;
const client = generator(BASE_URL, null) as MegalodonInterface;
let m = null;
let token = null;
if (body.code) {
//m = body.code.match(/^([a-zA-Z0-9]{8})([a-zA-Z0-9]{4})([a-zA-Z0-9]{4})([a-zA-Z0-9]{4})([a-zA-Z0-9]{12})/);