mirror of
https://github.com/misskey-dev/misskey.git
synced 2025-02-21 07:15:20 +09:00
actually use the correct import
syntax
CenTdemeern1 had told me, but I got it wrong ☹
This commit is contained in:
parent
5094611ade
commit
e9e5329b93
@ -4,7 +4,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
import { URL } from 'node:url';
|
import { URL } from 'node:url';
|
||||||
import punycode from 'punycode/';
|
import punycode from 'punycode/punycode.js';
|
||||||
import { Inject, Injectable } from '@nestjs/common';
|
import { Inject, Injectable } from '@nestjs/common';
|
||||||
import RE2 from 're2';
|
import RE2 from 're2';
|
||||||
import psl from 'psl';
|
import psl from 'psl';
|
||||||
|
Loading…
Reference in New Issue
Block a user