remove unused import.

This commit is contained in:
piuvas 2025-06-03 20:54:22 -03:00
parent d8ac2e347d
commit f0a3b595ff
No known key found for this signature in database

View file

@ -54,7 +54,6 @@ import type { ApLoggerService } from '../ApLoggerService.js';
import type { ApImageService } from './ApImageService.js'; import type { ApImageService } from './ApImageService.js';
import type { IActor, ICollection, IObject, IOrderedCollection } from '../type.js'; import type { IActor, ICollection, IObject, IOrderedCollection } from '../type.js';
import { isArray } from 'util';
const nameLength = 128; const nameLength = 128;
const summaryLength = 2048; const summaryLength = 2048;