lint fixes
This commit is contained in:
parent
90827ce4a8
commit
963f538728
90 changed files with 204 additions and 204 deletions
|
|
@ -1,8 +1,8 @@
|
|||
import Limiter from 'ratelimiter';
|
||||
import { redisClient } from '../../db/redis.js';
|
||||
import { IEndpointMeta } from './endpoints.js';
|
||||
import { CacheableLocalUser, User } from '@/models/entities/user.js';
|
||||
import Logger from '@/services/logger.js';
|
||||
import { redisClient } from '../../db/redis.js';
|
||||
import { IEndpointMeta } from './endpoints.js';
|
||||
|
||||
const logger = new Logger('limiter');
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue