From d17c7b4e8c52317bdc874917387b7a49f6cf8b01 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 24 Dec 2021 10:14:47 +0100 Subject: Fix shared imports --- server/helpers/utils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/helpers/utils.ts') diff --git a/server/helpers/utils.ts b/server/helpers/utils.ts index bd85eaa56..6b9333b53 100644 --- a/server/helpers/utils.ts +++ b/server/helpers/utils.ts @@ -2,7 +2,7 @@ import { remove } from 'fs-extra' import { Instance as ParseTorrent } from 'parse-torrent' import { join } from 'path' import { sha256 } from '@shared/extra-utils' -import { ResultList } from '../../shared' +import { ResultList } from '@shared/models' import { CONFIG } from '../initializers/config' import { execPromise, execPromise2, randomBytesPromise } from './core-utils' import { logger } from './logger' -- cgit v1.2.3