Update OAuth2ProviderService.ts

This commit is contained in:
Kagami Sascha Rosylight 2023-06-29 12:09:05 +02:00
parent c1d2f72e61
commit a08a40a1a8
1 changed files with 1 additions and 1 deletions

View File

@ -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';