aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/server-commands/shared/abstract-command.ts
diff options
context:
space:
mode:
Diffstat (limited to 'shared/server-commands/shared/abstract-command.ts')
-rw-r--r--shared/server-commands/shared/abstract-command.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/server-commands/shared/abstract-command.ts b/shared/server-commands/shared/abstract-command.ts
index a57c857fc..1b53a5330 100644
--- a/shared/server-commands/shared/abstract-command.ts
+++ b/shared/server-commands/shared/abstract-command.ts
@@ -1,5 +1,5 @@
1import { isAbsolute, join } from 'path' 1import { isAbsolute, join } from 'path'
2import { root } from '../miscs/tests' 2import { root } from '@shared/core-utils'
3import { 3import {
4 makeDeleteRequest, 4 makeDeleteRequest,
5 makeGetRequest, 5 makeGetRequest,