fix types
This commit is contained in:
parent
5f67ca434d
commit
a67439981b
25 changed files with 31 additions and 31 deletions
|
@ -1,5 +1,5 @@
|
|||
import { Brackets, In } from 'typeorm';
|
||||
import Redis from 'ioredis';
|
||||
import * as Redis from 'ioredis';
|
||||
import { Inject, Injectable } from '@nestjs/common';
|
||||
import type { UsersRepository, FollowingsRepository, MutingsRepository, UserProfilesRepository, NotesRepository } from '@/models/index.js';
|
||||
import { obsoleteNotificationTypes, notificationTypes } from '@/types.js';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue