actually use the correct import syntax

CenTdemeern1 had told me, but I got it wrong ☹
This commit is contained in:
dakkar 2024-11-26 11:14:51 +00:00
parent 97d17c537b
commit f0139ae1e0

View file

@ -4,7 +4,7 @@
*/
import { URL } from 'node:url';
import punycode from 'punycode/';
import punycode from 'punycode/punycode.js';
import { Inject, Injectable } from '@nestjs/common';
import RE2 from 're2';
import psl from 'psl';