Skip to content
Snippets Groups Projects
Unverified Commit c19ef16a authored by Mar0xy's avatar Mar0xy
Browse files

chore: make lint happy

parent c782085a
No related branches found
No related tags found
No related merge requests found
......@@ -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})/);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment