1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-07-26 03:14:58 +02:00
This commit is contained in:
riku6460
2023-11-09 18:22:18 +09:00
parent 50e811e862
commit 711d1d110e
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
*/
import { Inject, Injectable } from '@nestjs/common';
import type { UsersRepository } from '@/models/index.js';
import type { UsersRepository } from '@/models/_.js';
import { Endpoint } from '@/server/api/endpoint-base.js';
import { DI } from '@/di-symbols.js';

View File

@@ -4,7 +4,7 @@
*/
import { Inject, Injectable } from '@nestjs/common';
import type { UsersRepository } from '@/models/index.js';
import type { UsersRepository } from '@/models/_.js';
import { Endpoint } from '@/server/api/endpoint-base.js';
import { DI } from '@/di-symbols.js';