1
0
mirror of https://git.boykissers.com/pawkey/pawkey-sk.git synced 2025-12-20 04:04:16 +00:00

remove unused import.

This commit is contained in:
piuvas
2025-06-03 20:54:22 -03:00
parent d8ac2e347d
commit f0a3b595ff

View File

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