Update packages/backend/src/core/entities/InstanceEntityService.ts

This commit is contained in:
syuilo 2023-10-16 18:00:19 +09:00 committed by GitHub
parent 6edab8883e
commit 1f95db435f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -4,7 +4,6 @@
*/
import { Inject, Injectable } from '@nestjs/common';
import { DataSource } from 'typeorm';
import type { Packed } from '@/misc/json-schema.js';
import type { MiInstance } from '@/models/Instance.js';
import { MetaService } from '@/core/MetaService.js';