mirror of
https://activitypub.software/TransFem-org/Sharkey
synced 2024-12-04 19:57:26 +00:00
actually use the correct import
syntax
CenTdemeern1 had told me, but I got it wrong ☹
This commit is contained in:
parent
97d17c537b
commit
f0139ae1e0
1 changed files with 1 additions and 1 deletions
|
@ -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';
|
||||
|
|
Loading…
Reference in a new issue