fix import type
This commit is contained in:
parent
18fe773923
commit
01d4d55e78
408 changed files with 474 additions and 475 deletions
|
@ -1,7 +1,7 @@
|
|||
import { MoreThan } from 'typeorm';
|
||||
import { Inject, Injectable } from '@nestjs/common';
|
||||
import { USER_ONLINE_THRESHOLD } from '@/const.js';
|
||||
import { UsersRepository } from '@/models/index.js';
|
||||
import type { UsersRepository } from '@/models/index.js';
|
||||
import { Endpoint } from '@/server/api/endpoint-base.js';
|
||||
import { DI } from '@/di-symbols.js';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue