Update OAuth2ProviderService.ts
This commit is contained in:
parent
c1d2f72e61
commit
a08a40a1a8
|
@ -25,7 +25,7 @@ import type { LocalUser } from '@/models/entities/User.js';
|
|||
import { MemoryKVCache } from '@/misc/cache.js';
|
||||
import { LoggerService } from '@/core/LoggerService.js';
|
||||
import Logger from '@/logger.js';
|
||||
import type { StatusError } from '@/misc/status-error.js';
|
||||
import { StatusError } from '@/misc/status-error.js';
|
||||
import type { ServerResponse } from 'node:http';
|
||||
import type { FastifyInstance } from 'fastify';
|
||||
|
||||
|
|
Loading…
Reference in New Issue