1
0

restore unintentionally-changed import type

This commit is contained in:
Hazelnoot
2025-02-23 12:37:40 -05:00
parent 67abc0ce19
commit d8d94b65a0
@@ -17,7 +17,7 @@ import { LoggerService } from '@/core/LoggerService.js';
import { bindThis } from '@/decorators.js';
import type Logger from '@/logger.js';
import { validateContentTypeSetAsActivityPub } from '@/core/activitypub/misc/validator.js';
import { IObject } from './type.js';
import type { IObject } from './type.js';
type Request = {
url: string;