requested changes.

This commit is contained in:
piuvas 2025-04-20 23:20:59 -03:00
parent 8609426e71
commit 06fb6fbeca
No known key found for this signature in database

View file

@ -4,7 +4,7 @@
*/ */
import { JSDOM } from 'jsdom'; import { JSDOM } from 'jsdom';
import { HttpRequestService } from '@/core/HttpRequestService.js'; import type { HttpRequestService } from '@/core/HttpRequestService.js';
type Field = { name: string, value: string }; type Field = { name: string, value: string };