move global services to "global" directory
This commit is contained in:
parent
00b216c83c
commit
a55649e89a
192 changed files with 223 additions and 223 deletions
|
|
@ -12,7 +12,7 @@ import type { RolePolicies, RoleService } from '@/core/RoleService.js';
|
|||
import type { Config } from '@/config.js';
|
||||
import { SkRateLimiterService } from '@/server/SkRateLimiterService.js';
|
||||
import { BucketRateLimit, Keyed, LegacyRateLimit } from '@/misc/rate-limit-utils.js';
|
||||
import { CacheManagementService } from '@/core/CacheManagementService.js';
|
||||
import { CacheManagementService } from '@/global/CacheManagementService.js';
|
||||
|
||||
describe(SkRateLimiterService, () => {
|
||||
let cacheManagementService: CacheManagementService;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue