This commit is contained in:
tamaina 2023-07-19 07:00:50 +00:00
parent 660b030233
commit 4e7a26e6d5
1 changed files with 0 additions and 2 deletions

View File

@ -43,8 +43,6 @@ import type { ApLoggerService } from '../ApLoggerService.js';
// eslint-disable-next-line @typescript-eslint/consistent-type-imports // eslint-disable-next-line @typescript-eslint/consistent-type-imports
import type { ApImageService } from './ApImageService.js'; import type { ApImageService } from './ApImageService.js';
import type { IActor, IObject } from '../type.js'; import type { IActor, IObject } from '../type.js';
import { ca } from 'date-fns/locale';
import { users } from 'systeminformation';
const nameLength = 128; const nameLength = 128;
const summaryLength = 2048; const summaryLength = 2048;