fix: 型エラーを修正

This commit is contained in:
Chocolate Pie 2023-06-26 10:37:46 +09:00
parent 2bf908ce94
commit 762ef6b40e
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
import { Injectable, Inject } from '@nestjs/common';
import { MoreThan, IsNull } from 'typeorm';
import RE2 from 're2';
import * as sanitizeHtml from 'sanitize-html';
import sanitizeHtml from 'sanitize-html';
import { bindThis } from '@/decorators.js';
import type Logger from '@/logger.js';
import { RoleService } from '@/core/RoleService.js';