This commit is contained in:
syuilo
2022-01-21 17:15:14 +09:00
parent ecca0d69a4
commit 8d502eba59
2 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
import { performance } from 'perf_hooks';
import limiter from './limiter';
import { limiter } from './limiter';
import { User } from '@/models/entities/user';
import endpoints from './endpoints';
import { ApiError } from './error';